shithub: riscv

ref: afe3eeb3e1f7e37234fc60d158e3693fbed83b96
dir: /rc/bin/tinyurl/

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