|
@@ -20,9 +20,9 @@ while [ 1 ]; do
|
|
qmake
|
|
qmake
|
|
make
|
|
make
|
|
|
|
|
|
- echo started at $(date) >> runlog.log
|
|
|
|
|
|
+ echo "started at $(date)" | tee -a runlog.log
|
|
LD_LIBRARY_PATH="$LIBPATH" stdbuf -oL ./cimsqwbot | tee -a runlog.log
|
|
LD_LIBRARY_PATH="$LIBPATH" stdbuf -oL ./cimsqwbot | tee -a runlog.log
|
|
- echo crashed at $(date) - lol, we never crash. >> runlog.log
|
|
|
|
|
|
+ echo "crashed at $(date) - lol, we never crash." | tee -a runlog.log
|
|
|
|
|
|
sleep 3
|
|
sleep 3
|
|
done
|
|
done
|