Current events: Difference between revisions
From David's Notebook
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
;12 Mar |
;12 Mar |
||
No Henry |
No Henry |
||
No Bert |
|||
;19 Mar |
;19 Mar |
Revision as of 19:31, 5 March 2014
Weekly Games
- 05 Mar
No Henry
- 12 Mar
No Henry No Bert
- 19 Mar
No Henry
- 26 Mar
- 02 Apr
- 09 Apr
- 16 Apr
- 23 Apr
- 30 Apr
No Bert
- 07 May
No Bert
- 14 May
- 21 May
- 28 May
- 04 Jun
- 11 Jun
- 18 Jun
- 25 Jun
- 02 Jul
- 09 Jul
- 16 Jul
- 23 Jul
- 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 :-)