git: 9front

ref: c0b72b739e2f53e558ed8652bb78e0ddb30c32b6
dir: /rc/bin/tinyurl/

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