repo.or.cz
/
notion
/
jeffpc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Much simpler release procedure due to recent improvements in project setup
[notion/jeffpc.git]
/
utils
/
notion-lock
blob
6446ee28d1358a1cb235f593eb0c2554954b1b28
1
#!/bin/sh
2
if
xscreensaver-command
-version
>/
dev
/
null
2
>&
1
;
then
3
exec
xscreensaver-command
-lock
4
else
5
exec
xlock
6
fi