sca255 commited on
Commit
2c4547b
1 Parent(s): b4a4e35

Create ci.py

Browse files
Files changed (1) hide show
  1. ci.py +4 -0
ci.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import os
2
+ os.system("bash install.sh")
3
+ import sys
4
+ sys.exit(0)