File size: 141 Bytes
e936283
 
 
 
1
2
3
4
5
#!/bin/bash 
echo "Currently in `pwd`"
log_name=`date +"%F_%H-%M-%S"`
python -u ./chessbot.py > ./out_$log_name.log 2> ./error_$log_name.log