suspend.sh 78 B

12345
  1. #!/bin/sh
  2. if [ "$3" = "close" ]; then
  3. echo -n "mem" > /sys/power/state
  4. fi