shithub: front

ref: 6894c4e13a24e9983e2daf4ee2566f8396d29f4e
dir: /rc/bin/tinyurl/

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