mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. /usr/local/etc/rc.shutdown
|
|
|
|
/sbin/shutdown -or now
|