changeset 6477:53de34dafff5

<oerjan> ` cp bin/{2015,1492}
author HackBot
date Fri, 01 Jan 2016 00:04:46 +0000
parents a67f79595cc9
children c22e0054f6cf
files bin/1492
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/1492	Fri Jan 01 00:02:37 2016 +0000
+++ b/bin/1492	Fri Jan 01 00:04:46 2016 +0000
@@ -0,0 +1,4 @@
+#!/bin/sh
+if [ $(date +%Y) != "$(basename "$0")" ]
+then echo "Hello, world!"
+fi