git: 9front

ref: d628ef01c4128c06b2f443fe7ff66f8d75714e0f
dir: /rc/bin/tinyurl/

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