git: 9front

ref: 302bb1561cc0432e2637b827df31bd51bf3dc0cd
dir: /rc/bin/tinyurl/

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