git: 9front

ref: 8078f9f84fcfe433019b900b3defc2248517351f
dir: /rc/bin/tinyurl/

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