repo.or.cz
/
Hockey-Test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Small update
[Hockey-Test.git]
/
alt
/
ahl15-16
/
getahlgames.sh
blob
99ffc40c82596eb3b8a22dfa10666718f3ce9d57
1
#!/bin/bash
2
leaguename
=
"ahl"
3
i
=
"30"
4
echo
"Games From
${leaguename}
"
5
echo
""
6
while
[
$i
-lt
32
];
do
7
sleep
10
s
8
python
"./get
${leaguename}
games.py"
"
$i
"
"01"
"2016"
9
echo
""
10
i
=
$
[
$i
+
1
]
11
done
;