git: 9front

ref: 6f5e09564af430b13d93b60630c2fb48eeabfe9b
dir: /rc/bin/tinyurl/

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