git: 9front

ref: d6eec8afb037cf032c1daa38f973750cf4edfe69
dir: /rc/bin/tinyurl/

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