6 lines
76 B
Text
6 lines
76 B
Text
|
#!/bin/sh
|
||
|
|
||
|
xtrlock &
|
||
|
sudo /usr/sbin/pm-suspend
|
||
|
#echo mem > /sys/power/state
|