view bin/2014 @ 12481:04e80d56b9e5 draft

<b_jonas> slashlearn kitten//The kittens game is "https://kittensgame.com/", an addictive game that went viral for a short time on #esolangs in 2023-01.
author HackEso <hackeso@esolangs.org>
date Tue, 16 May 2023 20:27:56 +0000
parents 56dcce63901b
children
line wrap: on
line source

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