shithub: riscv

ref: c6e2c07ffbe754be9eeb64be8cf6da19a7a7ee02
dir: /rc/bin/tinyurl/

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