view bin/2014 @ 5214:2abfa73383c2

<Taneb> ` chmod +x bin/2014
author HackBot
date Wed, 31 Dec 2014 20:28:51 +0000
parents e3d90104844e
children 0b4754804313
line wrap: on
line source

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