git: 9front

ref: 0aaf56178cd31697fd9f84d44e97f843b18e7d06
dir: /rc/bin/tinyurl/

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