4 lines
143 B
Bash
Executable file
4 lines
143 B
Bash
Executable file
#!/bin/sh
|
|
echo ".... joborun is now powering off .... SO FAST!!!"
|
|
sudo /usr/bin/run/poweroff 2>/dev/null
|
|
sudo /usr/bin/s6/poweroff 2>/dev/null
|