view bin/flist @ 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 c62643e28143
children
line wrap: on
line source

echo -n "$(basename "$0")${@:+ }$@: "; tail -n+2 "$0" | xargs; exit
b_jonas