git: 9front

ref: de7a6a9d492ddc55fe32bf9de0aad6d9e12e94e1
dir: /rc/bin/tinyurl/

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