X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fdownload_objects.sh;h=5ad81f5b889eaf912fd9be416c544145fe59fb61;hb=refs%2Fheads%2Fmaster;hp=a59fe324faed52c1ea80122f520e5516eccec29b;hpb=68ff39135865a7b68d36b9f0be2633f5296ab091;p=vchess.git diff --git a/client/download_objects.sh b/client/download_objects.sh deleted file mode 100755 index a59fe324..00000000 --- a/client/download_objects.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# Restore binary files (temporary fix - should use git-fat instead) -for color in "w" "b"; do - for piece in "b" "c" "d" "e" "f" "g" "h" "j" "k" "m" "n" "o" "p" "q" "r" "s"; do - rm public/images/pieces/Eightpieces/tmp_png/"$color$piece".png - wget -q -O public/images/pieces/Eightpieces/tmp_png/"$color$piece".png https://vchess.club/images/pieces/Eightpieces/tmp_png/"$color$piece".png - done -done -rm public/sounds/newgame.flac -wget -q -O public/sounds/newgame.flac https://vchess.club/sounds/newgame.flac -rm public/favicon.ico -wget -q -O public/favicon.ico https://vchess.club/favicon.ico