cortilectl

master
Daniel Napora 2023-05-20 16:36:20 +02:00
parent daec65a44f
commit 1c8a1c6ade
1 changed files with 4 additions and 2 deletions

View File

@ -6,11 +6,13 @@
CONFFILE="$HOME/.config/cortile/config.toml" CONFFILE="$HOME/.config/cortile/config.toml"
start() { start() {
cortile & echo "">/tmp/cortile.log
cortile -v &
} }
stop() { stop() {
pkill cortile pkill cortile
} }
toggle() { toggle() {