mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
9 lines
51 B
Bash
Executable File
9 lines
51 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# $Id$
|
|
|
|
sleep 1
|
|
|
|
/sbin/shutdown -h now
|
|
|