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.
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
# Version 2, December 2004
#
# Copyright (C) 2014 Simone Lombardi <smlb at riseup dot net>
#
# Everyone is permitted to copy and distribute verbatim or modified
# copies of this license document, and changing it is allowed as long
# as the name is changed.
#
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
#
# 0. You just DO WHAT THE FUCK YOU WANT TO.
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