9 lines
98 B

#!/bin/bash
case "$1" in
# suspend|hibernate)
# ;;
resume|thaw)
physlock -d &
;;
esac