3 lines
91 B
Bash
3 lines
91 B
Bash
#!/bin/sh
|
|
/bin/grep -q open /proc/acpi/button/lid/LID/state && exit 0
|
|
/usr/sbin/pm-suspend
|