git: 9front

ref: c5f1b109edf6f2b764bcd9d54774076eeccf99ec
dir: /rc/bin/tinyurl/

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