Current events

From David's Notebook
Jump to navigationJump to search

Weekly Games

28 May
No Game -- DM travelling on business
04 Jun
Henry likely delayed/absent
11 Jun
18 Jun

Probably no Henry

25 Jun

No Henry

02 Jul
09 Jul
16 Jul
No Game -- DM on holiday
23 Jul
No Game -- DM on holiday
30 Jul
06 Aug
13 Aug
20 Aug
27 Aug
03 Sep
10 Sep
17 Sep
24 Sep
01 Oct
08 Oct
15 Oct

Other Events

Meet - Meeting

Craig's dodgy date making bash script

count=7; for week in {1..52}; do echo -n \; ; date --date="+$count days" "+%d %b"; count=$(expr $count + 7); echo; done

Where count is the number of days to the next Wednesday.

Feel free to demonstrate the super simple way that you can do this :-)