freegamesforyourwebsite.com repository-alike
#!/bin/bash
#
#usage syntax : fog [game-id]
#
PACK=$1
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
Written by tacoen
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#