repo.or.cz
/
Python-Scripts.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Another small update to gui.
[Python-Scripts.git]
/
PyClock
/
clock.sh
blob
4c3384063b6caf885b2246d87f20effc95e35b85
1
#!/bin/sh
2
3
if
[ !
-f
"/usr/bin/python2"
];
then
4
/
usr
/
bin
/
python
"./bin/clock.py"
$
* >
"./stdout.txt"
5
else
6
/
usr
/
bin
/
python2
"./bin/clock.py"
$
* >
"./stdout.txt"
7
fi