comparison bin/2015 @ 6472:b1451d921295

<oerjan> revert
author HackBot
date Thu, 31 Dec 2015 20:33:00 +0000
parents 6fa2991985ad
children
comparison
equal deleted inserted replaced
6471:6fa2991985ad 6472:b1451d921295
1 #/bin/sh 1 #!/bin/sh
2 if [ $(date +%Y) = "$(basename "$0")" ] 2 if [ $(date +%Y) != "$(basename "$0")" ]
3 then echo "Hello, world" 3 then echo "Hello, world!"
4 fi 4 fi