shithub: riscv

ref: e1bc28d1ddaf6bcfb35ea302beefaf5df09aa342
dir: /rc/bin/tinyurl/

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