annotate bin/quine @ 12274:3c04e9ef7a3a draft

<kspalaiologos> `` cp -rf /hackenv/tmp/asmbf-1.2.7/bin/* /hackenv/lib/kps/
author HackEso <hackeso@esolangs.org>
date Tue, 31 Dec 2019 17:47:30 +0000
parents b915ab56eefc
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?