shithub: front

ref: a5db044fd3ccb8f021d4deb07b3dc732ed41d699
dir: /rc/bin/tinyurl/

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