git: 9front

ref: ec698a4adfd54b3e3d903da8f69eef425ee42f98
dir: /rc/bin/tinyurl/

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