changeset 6479:7f657547a74a

<Taneb> cp bin/2014 bin/2016 # let\'s see how good my memory is
author HackBot
date Fri, 01 Jan 2016 18:00:39 +0000
parents c22e0054f6cf
children 901173f73851
files bin/2016
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/2016	Fri Jan 01 18:00:39 2016 +0000
@@ -0,0 +1,4 @@
+#!/bin/sh
+if [ $(date +%Y) = "$(basename "$0")" ]
+then echo "Hello, world!"
+fi