git: 9front

ref: 1bfae72aa176cf628336d3e2c9f9b4d9c189e7d2
dir: /rc/bin/tinyurl/

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