git: 9front

ref: 02d0bef2e0131b4b025deef3bd527dd455e3398b
dir: /rc/bin/tinyurl/

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