annotate bin/Welcome @ 5494:40c477246460

<mroman_> complain Bye
author HackBot
date Tue, 09 Jun 2015 07:59:45 +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"