git: 9front

ref: 25ecfe18c8d2fe7c5b8e75177e7ca73e2c582eef
dir: /rc/bin/tinyurl/

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