view bin/2015 @ 12131:138d7dafc5b1 draft

<fizzie> slbd hello-world-in-any-language//s|hw/|${HACKENV-/hackenv}/hw/|g
author HackEso <hackeso@esolangs.org>
date Sun, 17 Nov 2019 01:26:58 +0000
parents b89c43762a87
children 6fa2991985ad
line wrap: on
line source

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