Changeset 137
- Timestamp:
- 04/14/08 03:26:57 (5 months ago)
- Files:
-
- sucrose/trunk/python/keep-sucrose-running.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sucrose/trunk/python/keep-sucrose-running.sh
r130 r137 1 1 #!/bin/sh 2 3 # don't burn in the screen 4 xset dpms 60 120 180 2 5 3 6 # Set the desktop background … … 6 9 7 10 # Load sucrose 8 while true; do 9 /afs/acm.uiuc.edu/sig/arch/sucrose/candy/sucrose 10 done 11 # while true; do 12 killall /afs/acm.uiuc.edu/sig/arch/sucrose/candy/bin/python 13 /afs/acm.uiuc.edu/sig/arch/sucrose/candy/sucrose > ~/sucrose.log 2>&1 14 # done
