git: 9front

ref: 9d6930b7b7af99280349f168192e8bcfc857ef08
dir: /rc/bin/tinyurl/

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