Tacoen's shared code-snipsets
#!/bin/bash PACK=$1 # #usage syntax : fog [game-id] # REPOS="/var/www/fog/.repos" wget -c http://www.freegamesforyourwebsite.com/download.php?g=$PACK -O $REPOS/$PACK.zip unzip -j $REPOS/$PACK.zip -d /var/www/fog/$PACK chown myfog:myfog /var/www/fog/$PACK -R