git: 9front

ref: 5f68df8fbb0e90f1657c0bd9bbc1b12e62fe4edd
dir: /rc/bin/tinyurl/

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