git: 9front

ref: 2b74e5b514b1c1f318583f55cb2db2e6e3559015
dir: /rc/bin/tinyurl/

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