git: 9front

ref: aa0ee12c8e5bb9fe39958000893f46e956cdfc3f
dir: /rc/bin/tinyurl/

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