#!/bin/bash
cd ~/hidden_palace/w/irc/mwikiircbot
while true
do
  timeout 1d python3 ./mwikiircbot.py -n wiki irc.drx.pl '#protos'
done

