view bin/WELCOME @ 76:ad8da6475ef8

<elliott> run echo '#!/bin/sh' >bin/WELCOME; echo "welcome \"\$@\" | perl -ne 'print uc(\$_)'" >>bin/WELCOME; chmod +x `which WELCOME`
author HackBot
date Fri, 09 Mar 2012 04:29:19 +0000
parents aba1bab6044e
children
line wrap: on
line source

#!/bin/sh
welcome "$@" | perl -ne 'print uc($_)'