mirror of
https://github.com/gryf/wicd.git
synced 2025-12-28 17:32:36 +01:00
Added a wicd-curses wrapper script to /usr/bin Made curses *.py files executable All of this passes the build test, but not the "WFM" test. :)
3 lines
50 B
Bash
Executable File
3 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
exec python -O %LIB%wicd-curses.py $@
|