git: 9front

ref: 0144ea43fd45c49bee2e18e07d455b4938e8040d
dir: /rc/bin/tinyurl/

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