annotate bin/2014 @ 5326:251f5b3167b6

<izabera> ` echo harry ron hermione >> bin/emptylist
author HackBot
date Thu, 23 Apr 2015 06:53:55 +0000
parents 0bb07af8667d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5205
6b7474824ec6 <Taneb> ` echo "#!/bin/sh" > bin/2014
HackBot
parents:
diff changeset
1 #!/bin/sh
5227
0bb07af8667d <nortti> sed -i \'s/2014/$(basename "$0")/\' bin/2014
HackBot
parents: 5218
diff changeset
2 if [ $(date +%Y) = "$(basename "$0")" ]
5217
ee9cf0f282ba <Taneb> ` echo "then echo \\"Hello, world!\\"" >> bin/2014
HackBot
parents: 5216
diff changeset
3 then echo "Hello, world!"
5218
10d153fcb65b <Taneb> ` echo "fi" >> bin/2014
HackBot
parents: 5217
diff changeset
4 fi