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

#!/bin/sh
if [ $(date +%Y) = "$(basename "$0")" ]
then echo "Hello, world!"
fi