git: 9front

ref: 953d97fd2ea74049a058c1d97d15b0786a7ac77c
dir: /rc/bin/tinyurl/

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