git: 9front

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

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