annotate bin/Welcome @ 5423:5b4d526d7502

<oerjan> ` ln -s real wisdom/{"the reals"}
author HackBot
date Sat, 06 Jun 2015 16:14:37 +0000
parents d95e1975ae1c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5351
cb68cb4e1079 <b_jonas> ` echo $\'#!/bin/sh\\nwelcome "$@" | sed "s/\\<\\(.\\)/\\u\\1/g"\' > bin/Welcome && chmod a+x bin/Welcome
HackBot
parents:
diff changeset
1 #!/bin/sh
5352
d95e1975ae1c <b_jonas> ` echo $\'#!/bin/sh\\nwelcome "$@" | \'\'sed "s/\\<\\(.\\)/\\u\\1/g"\' > bin/Welcome && chmod a+x bin/Welcome
HackBot
parents: 5351
diff changeset
2 welcome "$@" | sed "s/\<\(.\)/\u\1/g"