git: 9front

ref: 687ab76e05bcc1556dedd9fbcc9f3d52664b8ee5
dir: /rc/bin/tinyurl/

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