git: 9front

ref: 0af752a657ea0a003e5f9bd3d9a883fc807e474e
dir: /rc/bin/tinyurl/

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