10-conn.sh (103B)
1 #!/bin/sh 2 3 case $1 in 4 hibernate|suspend) 5 conn -n; 6 ;; 7 thaw|resume) 8 conn -w; 9 ;; 10 *) 11 ;; 12 esac 13
connA script repository to manage connections in Linux. | |
git clone git://r-36.net/conn | |
Log | Files | Refs | README | LICENSE |