This website works better with JavaScript.
Explore
Help
Sign In
angrygoats
/
essentials
Watch
1
Star
0
Fork
You've already forked essentials
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
218
Commits
1
Branch
0
Tags
116 MiB
Tree:
263477a359
essentials
/
scripts
/
sysinstall
/
services
/
10-physlock
7 lines
68 B
Raw
Normal View
History
Unescape
Escape
More stuff
9 years ago
#!/bin/bash
case $1 in
resume | thaw)
physlock -d &
;;
esac