mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-22 02:29:18 +01:00
4 lines
75 B
Bash
Executable File
4 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
PYTHONPATH="/usr/share/Qwad/"
|
|
python /usr/share/Qwad/Qwad.pyw $@
|