7 lines
68 B

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