From 446d429d3958abe3505f7f42fda28ae796944130 Mon Sep 17 00:00:00 2001 From: Anselme Date: Tue, 2 Jun 2015 22:39:56 +0200 Subject: [PATCH] forgot the autolaunch path --- autolaunch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autolaunch.sh b/autolaunch.sh index 4c64364..56f16b8 100644 --- a/autolaunch.sh +++ b/autolaunch.sh @@ -9,6 +9,7 @@ do cd build qmake-qt5 ../SparrowBot.pro make + cd ../bin ./SparrowBot -nogui nick=SparrowBot chan=epicsparrow server=irc.freenode.net port=6667 cd .. done