git: 9front

ref: 5b7734f6afd82eb40996eef0c50e75aae631e24c
dir: /rc/bin/tinyurl/

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