git: 9front

ref: d23ee7de365b7da8cb6693388788e9797adf9c5a
dir: /rc/bin/tinyurl/

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