git: 9front

ref: 89f87dd0e3cf8cf4e1472ec2900a8d0f0c676238
dir: /rc/bin/tinyurl/

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