Bash Script help required
- by Sunil J
I am trying to get this bash script that i found on a forum to work.
Copied it to text editor. Saved it as script.sh
chmod 700 and tried to run it.
rootdir="/usr/share/malware"
day=`date +%Y%m%d`
url=`echo "wget -qO - http://lists.clean-mx.com/pipermail/viruswatch/$day/thread.html |\
awk '/\[Virus/'|tail -n 1|sed 's:\": :g' |\
awk '{print…