changeset 5231:b89c43762a87

<oerjan> ` cp bin/201{4,5}; sed -i \'s/=/!=/\' bin/2015
author HackBot
date Fri, 02 Jan 2015 22:58:39 +0000
parents f9f363eaf641
children 8e51f494e522
files bin/2015
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/2015	Fri Jan 02 22:58:39 2015 +0000
@@ -0,0 +1,4 @@
+#!/bin/sh
+if [ $(date +%Y) != "$(basename "$0")" ]
+then echo "Hello, world!"
+fi