...But nonetheless, I think it's nifty. If you're using a flavour of unix/linux that has bash and wget installed on it, feel free to use it.
#!/bin/bash
url=`echo ${1}`
charname=`echo ${url}|awk -F "=" '{print $3}'`
wget -q -e "header = Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" -e "
(
Read more... )
Comments 4
You realise that this makes you amongst the nerdiest men alive, right?
(Sadly, my first reaction was 'oh, right, okay, that's pretty neat!')
Reply
I'm at least 97% geekier than the average man ;D
Reply
Reply
(The comment has been removed)
Reply
Leave a comment