annotate bin/2014 @ 5212:2a5305d5394d

<Taneb> ` echo "then echo \\"Hello, world!\\"" >> bin/2014
author HackBot
date Wed, 31 Dec 2014 20:28:35 +0000
parents 54f2cbe8f800
children e3d90104844e
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
5211
54f2cbe8f800 <Taneb> ` echo "if [ (\\$date +%Y) = \\"2014\\" ]" >> bin/2014
HackBot
parents: 5210
diff changeset
2 if [ ($date +%Y) = "2014" ]
5212
2a5305d5394d <Taneb> ` echo "then echo \\"Hello, world!\\"" >> bin/2014
HackBot
parents: 5211
diff changeset
3 then echo "Hello, world!"