view bin/2015 @ 6883:6ef896cf3bbb

<shachaf> ` chmod +x bin/cmd
author HackBot
date Tue, 16 Feb 2016 02:04:17 +0000
parents b1451d921295
children
line wrap: on
line source

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