git: 9front

ref: 65860055ed4a401a57df451c7aaf00d081718299
dir: /rc/bin/tinyurl/

View raw version
#!/bin/rc
# tinyurl url
for (url) {
	hget http://tinyurl.com/api-create.php?url'='$url
	echo
}