mirror of
https://github.com/vikt0rm/dbus-goecharger.git
synced 2025-06-25 01:11:42 +02:00
6 lines
154 B
Bash
6 lines
154 B
Bash
#!/bin/sh
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
exec 2>&1
|
|
python $(realpath $SCRIPT_DIR/../dbus-goecharger.py)
|