repo.or.cz
/
hyena.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test commit (repo.or.cz testing)
[hyena.git]
/
start.sh
blob
05b7e97e63670f60a33be009744da03a7e483f5d
1
#!/bin/bash
2
err
=
3
3
while
test
"
$err
"
-eq
3
;
do
4
python server.py
5
err
=
"$?"
6
done