6 lines
195 B
Bash
Executable file
6 lines
195 B
Bash
Executable file
#!/bin/sh
|
|
echo ".... joborun will now poweroff .... "
|
|
sudo /usr/bin/run/poweroff 2>/dev/null
|
|
sudo /usr/bin/s6/poweroff 2>/dev/null
|
|
# for upcoming 66 >0.7
|
|
# sudo /usr/bin/66 poweroff 2>/dev/null
|