boryasbora commited on
Commit
c5a1b5c
·
verified ·
1 Parent(s): 70f297d

Create start

Browse files
Files changed (1) hide show
  1. start +9 -0
start ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash -l
2
+
3
+ # ==== ONLY EDIT WITHIN THIS BLOCK =====
4
+
5
+ python ${HOME}/setup.py
6
+
7
+ # ==== ONLY EDIT WITHIN THIS BLOCK =====
8
+
9
+ exec "$@"