git: 9front

ref: d8b8993a8914c0fb4ed9bd60bdb0f85d0ce2e497
dir: /rc/bin/tinyurl/

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