dev/bash/scripts/downsitecontent.sh
2011-04-07 14:30:45 +04:00

8 lines
137 B
Bash
Executable File

#!/bin/bash
URL=$1
DIR="/home/kolan/websites"
cd "$DIR"
wget -c -np -m -k -r *.gif,*.jpg,*.rar,*.zip,*.gz*,*tar,*.tgz,*.rpm,*.bz2 $URL