mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
5 lines
61 B
Bash
5 lines
61 B
Bash
#!/bin/sh
|
|
|
|
# Shutdown the system immediately
|
|
shutdown -h now
|