4 lines
139 B
Bash
Executable file
4 lines
139 B
Bash
Executable file
#!/bin/sh
|
|
echo ".... joborun is now rebooting .... SO FAST!!!"
|
|
sudo /usr/bin/run/reboot -f 2>/dev/null
|
|
sudo /usr/bin/s6/reboot 2>/dev/null
|