From 1c8a1c6adea561e0692305b431829aece7518432 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sat, 20 May 2023 16:36:20 +0200 Subject: [PATCH] cortilectl --- bin/cortilectl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/cortilectl b/bin/cortilectl index 9cc6b76..7a77bad 100755 --- a/bin/cortilectl +++ b/bin/cortilectl @@ -6,11 +6,13 @@ CONFFILE="$HOME/.config/cortile/config.toml" start() { - cortile & + echo "">/tmp/cortile.log + cortile -v & } stop() { - pkill cortile + pkill cortile + } toggle() {