shithub: riscv

ref: 86a9f92f47f9cb5d9eb3806e458d856b0ee81b08
dir: /rc/bin/tinyurl/

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