annotate bin/2014 @ 5375:9489512c414d

<Jafet> ` (echo \'\xe2\x80\x8b#!/bin/sh\'; echo \'echo "$@" | sed \'\\\'\'s/\\\\/\\n/g\'\\\'\' >/tmp/a.c && gcc -w -Wfatal-errors -std=c11 -O2 /tmp/a.c -o /tmp/a.out && /tmp/a.out\') >bin/cc && chmod +x bin/cc
author HackBot
date Thu, 28 May 2015 21:05:03 +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