Added suspend shortcut command

pull/5/head
xSmurf 9 years ago
parent 44ce0ed374
commit 6a352733f9

@ -0,0 +1,10 @@
#!/bin/sh
if [ -e /sys/power/state ]; then
echo mem > /sys/power/state
else
echo "System power state missing"
exit 1
fi
exit $?
Loading…
Cancel
Save