This website requires JavaScript.
Explore
Help
Register
Sign In
matu
/
Heroku
mirror of
https://github.com/coddrago/Heroku
Watch
1
Star
0
Fork
You've already forked Heroku
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fc9e9e7037
Heroku
/
start.sh
10 lines
105 B
Bash
Raw
Blame
History
#!/bin/bash
cd
private
while
true
;
do
python3 listener.py
if
[
$?
-ne
1
]
;
then
break
fi
done
Reference in New Issue
View Git Blame
Copy Permalink