shithub: riscv

ref: 4d496b3c7ac69d094e4beb02e6426f47bc357e9a
dir: /rc/bin/tinyurl/

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