git: 9front

ref: 3757d3ceb921541512919c5a231789ad06f9370c
dir: /rc/bin/tinyurl/

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