forked from vikt0rm/dbus-goecharger
5 lines
153 B
Bash
5 lines
153 B
Bash
#!/bin/bash
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
kill $(pgrep -f "python $SCRIPT_DIR/dbus-goecontroller.py")
|