diff options
author | MichaĆ Zimniewicz <michzimny@users.noreply.github.com> | 2018-03-08 15:32:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-08 15:32:18 +0100 |
commit | 1a1cff5bc857a6951c588dc96b75af9cccaf1d0b (patch) | |
tree | 8d173f605122fd682e93e3a14ad8e5afe5baf9d7 /scripts | |
parent | dfac4c5c9b98547510cbb7978fb7d80e78254c42 (diff) |
Update generate-all.sh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-all.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/generate-all.sh b/scripts/generate-all.sh index 88c99bc..8710367 100755 --- a/scripts/generate-all.sh +++ b/scripts/generate-all.sh @@ -16,11 +16,11 @@ generate_playoff () { echo "Done" } -generate_playoff eklasa.json ekstraklasa/playoff.html -generate_playoff 1n.json 1liga/n/playoff.html -generate_playoff 1s.json 1liga/s/playoff.html -generate_playoff 2nw.json 2liga/nw/playoff.html -generate_playoff 2ne.json 2liga/ne/playoff.html -generate_playoff 2se.json 2liga/se/playoff.html -generate_playoff 2sw.json 2liga/sw/playoff.html +generate_playoff eklasa ekstraklasa/playoff.html +generate_playoff 1n 1liga/n/playoff.html +generate_playoff 1s 1liga/s/playoff.html +generate_playoff 2nw 2liga/nw/playoff.html +generate_playoff 2ne 2liga/ne/playoff.html +generate_playoff 2se 2liga/se/playoff.html +generate_playoff 2sw 2liga/sw/playoff.html |