shithub: riscv

ref: e34fa15921cd76d78e7adc28e471204de036d66a
dir: /rc/bin/tinyurl/

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