git: 9front

ref: dca868e6dcfb59d704ea57cb2c633e58f475caf9
dir: /rc/bin/tinyurl/

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