This website requires JavaScript.
Explore
Help
Sign In
cadey
/
h2
Watch
1
Star
0
Fork
You've already forked h2
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Add autostart/restart script
Browse Source
...
This commit is contained in:
Christine Dodrill
2015-12-01 12:13:58 -08:00
parent
d7876e6b45
commit
ba06eecabf
1 changed files
with
9 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
9
run.sh
Executable file
Unescape
Escape
View File
@ -0,0 +1,9 @@
#!/bin/bash
source
./env/bin/activate
while
true
;
do
python main.py
sleep
2
done
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
cadey/h2
Title
Body
Create Issue