git: 9front

ref: d1950ca4f7a7dff02c28c105a144351630121f6d
dir: /rc/bin/tinyurl/

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