view bin/quine @ 3932:f0da0cbc6447

<oerjan> addquote <ais523> hmm\xe2\x80\xa6 I guess the difference between me and most esolangers is that I don\'t instantly go and put it into a BF derivative and call it a day
author HackBot
date Wed, 23 Oct 2013 12:54:24 +0000
parents f2f65a1fa363
children ba1eab7a5eab
line wrap: on
line source

#!/bin/sh
cd /var/irclogs/_esoteric; cat $(ls ????-??-??.txt | tail -1) | sed 's/[^>]*> //' | grep '^`' | tail -1 #Best cheating quine ever?