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