7 lines
68 B

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