mirror of
https://github.com/gryf/wicd.git
synced 2026-04-19 20:23:33 +02:00
7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
PYTHONPATH=%LIB%
|
|
export PYTHONPATH
|
|
|
|
exec %PYTHON% -O %LIB%daemon/wicd-daemon.py $@
|