view bin/2016 @ 9986:53fac2f683aa

<shachaf> ` echo \'No output.\' > quines/cat
author HackBot
date Thu, 15 Dec 2016 02:18:32 +0000
parents 7f657547a74a
children
line wrap: on
line source

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