Skip to content

Instantly share code, notes, and snippets.

@gsora
Created March 26, 2014 11:57
Show Gist options
  • Save gsora/9781611 to your computer and use it in GitHub Desktop.
Save gsora/9781611 to your computer and use it in GitHub Desktop.
curl -o santi.txt -s http://www.santodelgiorno.it
sed -n '87p' santi.txt | awk '{print $4}' | sed 's/\"//'
if [[ -f $HOME/santi.txt ]]; then
rm $HOME/santi.txt
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment