shithub: riscv

ref: 775a4bea4386c12067057de0e56dd8baa34f43ec
dir: /rc/bin/tinyurl/

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