changeset 6475:98ad2383e9b6

<hppavilion[1]> ` echo "#!/bin/sh ; if [ $(date +%Y) != "$(basename "$0")" ] ; then echo \\"Hello, world!\\" ; fi" > bin/1492
author HackBot
date Fri, 01 Jan 2016 00:00:39 +0000
parents 4710a439d18f
children a67f79595cc9
files bin/1492
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/1492	Thu Dec 31 23:58:15 2015 +0000
+++ b/bin/1492	Fri Jan 01 00:00:39 2016 +0000
@@ -1,1 +1,1 @@
-#!/bin/sh \ if [ 2015 != bash ] \ then echo "Hello, world!" \ fi
+#!/bin/sh ; if [ 2016 != bash ] ; then echo "Hello, world!" ; fi