git: 9front

ref: 07bc6ea990f135a3e470013241fc49dde983039f
dir: /rc/bin/tinyurl/

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