git: 9front

ref: cc978d6fdb7e8ceddc92a7ed3f0f393f39c915e7
dir: /rc/bin/tinyurl/

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