gaoqilan commited on
Commit
de91814
·
verified ·
1 Parent(s): 9520f13

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +5 -0
start.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ python main.py
3
+ while true; do
4
+ sleep 1
5
+ done