annotate bin/quine @ 11846:b915ab56eefc draft

<wob_jonas> `` set -e; c=bin/quine; >$c echo $\'#!/bin/sh\\necho $IRC_MESSAGE # Best cheating quine ever?\'; chmod -v a+x "$c"
author HackEso <hackeso@esolangs.org>
date Tue, 16 Jul 2019 12:49:03 +0000
parents 7f957c1f4661
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4531
7f957c1f4661 <oerjan> revert
HackBot
parents:
diff changeset
1 #!/bin/sh
11846
b915ab56eefc <wob_jonas> `` set -e; c=bin/quine; >$c echo $\'#!/bin/sh\\necho $IRC_MESSAGE # Best cheating quine ever?\'; chmod -v a+x "$c"
HackEso <hackeso@esolangs.org>
parents: 4531
diff changeset
2 echo $IRC_MESSAGE # Best cheating quine ever?