git: 9front

ref: e02c3ed4ecebefc6c1eaa8c6aec620761ccdf00d
dir: /rc/bin/tinyurl/

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