source:
trunk/packs/glue/xlock.sh
@
20482
Revision 20482, 242 bytes checked in by ghudson, 21 years ago (diff) |
---|
Line | |
---|---|
1 | #!/bin/sh |
2 | # $Id: xlock.sh,v 1.6 2004-05-16 21:29:05 ghudson Exp $ |
3 | |
4 | if /usr/athena/bin/xscreensaver-command -version 2>/dev/null; then |
5 | exec /usr/athena/bin/xscreensaver-command -lock |
6 | else |
7 | exec /usr/athena/bin/xscreensaver -start-locked |
8 | fi |
Note: See TracBrowser
for help on using the repository browser.