annotate bin/2014 @ 5217:ee9cf0f282ba

<Taneb> ` echo "then echo \\"Hello, world!\\"" >> bin/2014
author HackBot
date Wed, 31 Dec 2014 20:29:42 +0000
parents 794dad2c67ee
children 10d153fcb65b
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
5216
794dad2c67ee <Taneb> ` echo "if [ \\$(date +%Y) = \\"2014\\" ]" >> bin/2014
HackBot
parents: 5215
diff changeset
2 if [ $(date +%Y) = "2014" ]
5217
ee9cf0f282ba <Taneb> ` echo "then echo \\"Hello, world!\\"" >> bin/2014
HackBot
parents: 5216
diff changeset
3 then echo "Hello, world!"