Project Initialisation
added Project files
This commit is contained in:
5
pulsegate-desktop
Executable file
5
pulsegate-desktop
Executable 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" "$@"
|
||||
Reference in New Issue
Block a user