view bin/2015 @ 11990:7c770f5b66d2 draft

<ais523> delquote 1271
author HackEso <hackeso@esolangs.org>
date Thu, 24 Oct 2019 22:13:54 +0000
parents b89c43762a87
children 6fa2991985ad
line wrap: on
line source

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