notes/Log IP remotely Example-a4etwgEU.sh
#!/bin/bash



ip=`curl http://automation.whatismyip.com/n09230945.asp`

curl -d "entry.0.single=$USER&entry.1.single=$ip&submit=Submit" \
        --location --output /tmp/ip.html "http://spreadsheets.google.com formResponse?formkey=dG9YZnlmR2xtX25BOENUS1VZUVVxT3c6MQ.."

syntax highlighted by Code2HTML, v. 0.9.1