git: 9front

ref: 0d7123e496c1964cb5304e0eca7333a965661df7
dir: /rc/bin/tinyurl/

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