view bin/1492 @ 9986:53fac2f683aa

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

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