git: 9front

ref: b5566d9a81766ce3864bc529bee7dea2acf6ae3c
dir: /rc/bin/tinyurl/

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