comparison 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
comparison
equal deleted inserted replaced
11845:92a46219c6df 11846:b915ab56eefc
1 #!/bin/sh 1 #!/bin/sh
2 cd /var/irclogs/_esoteric; cat $(ls ????-??-??.txt | tail -1) | sed 's/[^>]*> //' | grep '^`' | tail -1 #Best cheating quine ever? 2 echo $IRC_MESSAGE # Best cheating quine ever?