view bin/WELCOME @ 74:aba1bab6044e

<elliott> run echo '#!/bin/sh' >bin/WELCOME; echo "welcome \"\$@\" | perl -ne 'print lc(\$_)'" >>bin/WELCOME
author HackBot
date Fri, 09 Mar 2012 04:28:47 +0000
parents
children ad8da6475ef8
line wrap: on
line source

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