annotate bin/Welcome @ 5351:cb68cb4e1079

<b_jonas> ` echo $\'#!/bin/sh\\nwelcome "$@" | sed "s/\\<\\(.\\)/\\u\\1/g"\' > bin/Welcome && chmod a+x bin/Welcome
author HackBot
date Mon, 04 May 2015 22:37:27 +0000
parents
children d95e1975ae1c
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
cb68cb4e1079 <b_jonas> ` echo $\'#!/bin/sh\\nwelcome "$@" | sed "s/\\<\\(.\\)/\\u\\1/g"\' > bin/Welcome && chmod a+x bin/Welcome
HackBot
parents:
diff changeset
2 welcome "$@" | sed "s/\<\(.\)/\u/g"