git: 9front

ref: d1ee3f91d97971e4008bb79d6f348ee1d3cd7605
dir: /rc/bin/tinyurl/

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