git: 9front

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

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