@kdfrawg

Find yourself a Bourne shell and run this.

#!/bin/sh
fori in {2016..2116};
do
cal $i;
echo "Not the year of the Linux desktop. Press any key to continue"
read;
done

//