git: 9front

ref: c4167b50f613e6e1e71b87e90e4de171bc9fb04f
dir: /rc/bin/tinyurl/

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