git: 9front

ref: aff077ae9e9c9b23b666d068d5266cedd7b3d028
dir: /rc/bin/tinyurl/

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