changeset 5226:de5bbd98e687

<oerjan> ` cp bin/201{4,5}; sed -i \'s/2014/205/;s/=/!=/\' bin/2015
author HackBot
date Fri, 02 Jan 2015 22:56:52 +0000
parents e1fd55df85e3
children 0bb07af8667d
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:56:52 2015 +0000
@@ -0,0 +1,4 @@
+#!/bin/sh
+if [ $(date +%Y) != "205" ]
+then echo "Hello, world!"
+fi