git: 9front

ref: af6cb0e61f9d58ffc02a9378d51184aabe70d05c
dir: /rc/bin/tinyurl/

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