1#!/bin/rc 2# tinyurl url 3for (url) { 4 hget http://tinyurl.com/api-create.php?url'='$url 5 echo 6} 7