annotate bin/quine @ 3935:ba1eab7a5eab

<ais523> sed --in-place -e\'s/1 #/1 1>&2 #/\' bin/quine
author HackBot
date Sat, 26 Oct 2013 22:38:25 +0000
parents f2f65a1fa363
children 3b2ac658e317
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2418
f2f65a1fa363 <elliott> revert 2416
HackBot
parents: 2417
diff changeset
1 #!/bin/sh
3935
ba1eab7a5eab <ais523> sed --in-place -e\'s/1 #/1 1>&2 #/\' bin/quine
HackBot
parents: 2418
diff changeset
2 cd /var/irclogs/_esoteric; cat $(ls ????-??-??.txt | tail -1) | sed 's/[^>]*> //' | grep '^`' | tail -1 1>1 #2 #Best cheating quine ever?