Project Initialisation

added Project files
This commit is contained in:
2026-05-03 21:26:10 +02:00
commit dcafc1e7c1
12 changed files with 2029 additions and 0 deletions

5
pulsegate-desktop Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
set -eu
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
exec python3 "$SCRIPT_DIR/desktop/pulsegate_desktop.py" "$@"