view bin/2015 @ 6044:a144396c7197

<oerjan> ` echo ho >test
author HackBot
date Sat, 03 Oct 2015 18:30:42 +0000
parents b89c43762a87
children 6fa2991985ad
line wrap: on
line source

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