heymenn commited on
Commit
1000de3
·
verified ·
1 Parent(s): 9cbd2c5

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -0
start.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ (trap 'kill 0' INT; python3 -u app.py & python3 doc_explorer/explorer.py & wait)