git: 9front

ref: 3b0d16f782edb0fd3adaf9898e1f7650fccfc692
dir: /rc/bin/tinyurl/

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