comparison 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
comparison
equal deleted inserted replaced
75:c67584d4b85e 76:ad8da6475ef8
1 #!/bin/sh 1 #!/bin/sh
2 welcome "$@" | perl -ne 'print lc($_)' 2 welcome "$@" | perl -ne 'print uc($_)'