Spaces:
s
Configuration error

s
File size: 127 Bytes
0ff5bc0
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash

log=$(date +%s)
rm *.log
python ultra.py >> $log.log &&
python final_upload.py >> $log.log &&

echo "run"