git: 9front

ref: e9ccc50051a36cd649533e58a649fde5f5ae1d94
dir: /rc/bin/tinyurl/

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