mirror of
https://github.com/gryf/wicd.git
synced 2025-12-26 16:32:34 +01:00
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
PYTHONPATH=%LIB%
|
|
export PYTHONPATH
|
|
|
|
exec %PYTHON% -O %SHARE%daemon/wicd-daemon.py $@
|