git: 9front

ref: aa219605f0375f72520bfe796b9db938d11d0fcc
dir: /rc/bin/tinyurl/

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