git: 9front

ref: a92813cb71bc51ce91f5ee0953161fc1b65e065f
dir: /rc/bin/tinyurl/

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