shithub: riscv

ref: 1a5c8430d20d7ec5cd52c8335af6490ab1dabcf2
dir: /rc/bin/tinyurl/

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