view bin/2016 @ 8495:4e062972be38

<izabera> ` echo \'#!/bin/bash\' > bin/tac
author HackBot
date Thu, 16 Jun 2016 09:39:25 +0000
parents 7f657547a74a
children
line wrap: on
line source

#!/bin/sh
if [ $(date +%Y) = "$(basename "$0")" ]
then echo "Hello, world!"
fi