git: 9front

ref: 76ed734e8edd32d52f0233e24ca350a3579c7fdf
dir: /rc/bin/tinyurl/

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