parent
04d4602325
commit
ccf6a8e85b
|
@ -5,5 +5,5 @@ RUNNING=$(pgrep todotxt-machine)
|
||||||
if [ "$RUNNING" ]; then
|
if [ "$RUNNING" ]; then
|
||||||
kill $RUNNING 2&>1 /dev/null
|
kill $RUNNING 2&>1 /dev/null
|
||||||
else
|
else
|
||||||
/usr/bin/xterm -e "/home/jpm/.local/bin/todotxt-machine /home/jpm/nextcloud/phone/todo.txt"
|
/usr/bin/alacritty --title todotxt-machine -e ${HOME}/.pyenv/shims/todotxt-machine ${HOME}/export/todo.txt
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue