mirror of
https://github.com/vikt0rm/dbus-goecharger.git
synced 2025-06-24 17:01:44 +02:00
5 lines
150 B
Bash
5 lines
150 B
Bash
#!/bin/bash
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
kill $(pgrep -f "python $SCRIPT_DIR/dbus-goecharger.py")
|