[kwlug-disc] Easter Monday
Jason Eckert
jason.eckert at gmail.com
Fri Jan 15 20:35:36 EST 2021
May I suggest a coin flip?
#!/bin/bash
FLIP=$(($(($RANDOM%10))%2))
if [ $FLIP -eq 1 ];then
echo "heads"
else
echo "tails"
fi
On Fri, Jan 15, 2021 at 7:41 PM Paul Nijjar via kwlug-disc <
kwlug-disc at kwlug.org> wrote:
> Is Easter Monday a statutory holiday in Canada? This year it falls on
> April 5, and I am trying to figure out whether we hold April's KWLUG
> meeting on the 5th or the 12th.
>
> My understanding is that Good Friday is a statutory holiday but that
> Easter Monday is not, so we should hold our meeting on the 5th. But I
> do not know for sure.
>
> - Paul
> --
> Events: https://feeds.off-topic.kwlug.org
> Blog: http://pnijjar.freeshell.org
>
> _______________________________________________
> kwlug-disc mailing list
> kwlug-disc at kwlug.org
> https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20210115/81900d9b/attachment.htm>
More information about the kwlug-disc
mailing list