User Tools

Site Tools


event:2k6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
event:2k6 [2020/07/27 19:27] – [About meetings] ruzaevent:2k6 [2022/11/04 15:16] (current) – fixed irc script + added bash script for first friday in month mrkva
Line 29: Line 29:
  
 ===== Questions? ===== ===== Questions? =====
-If you still have questions you can try to ask on brmlab [[https://webchat.freenode.net/?nick=2k6Visitor...&channels=brmlab&prompt=1&uio=d4|IRC]] chat.+If you still have questions you can try to ask on brmlab [[https://web.libera.chat/?nick=brm2k6#brmlab|IRC]] chat.
  
 ===== 2k6_dates_for_dokuwiki_calendar.sh ===== ===== 2k6_dates_for_dokuwiki_calendar.sh =====
Line 42: Line 42:
 done done
  
 +exit 0
 +</file>
 +
 +===== 2k6_dates_for_dokuwiki_calendar_bash.sh =====
 +<file 2k6_dates_for_dokuwiki_calendar_bash.sh>
 +#!/bin/bash
 +y=2022
 +for m in $(seq 1 12); do 
 +   echo "  * $(date +"%Y-%m-%d" -d "$y-$m-$(cal -v -m $m $y|sed -n 's/^Fr[ ]*\([0-9]*\).*/\1/p')") 18:00 [[http://meetings.2600.cz/|2k6]]"
 +done
 exit 0 exit 0
 </file> </file>
event/2k6.txt · Last modified: 2022/11/04 15:16 by mrkva