#!/bin/sh
if [ ! -d "$HOME/.wicd" ]; then
    mkdir -p "$HOME/.wicd"
fi

exec /usr/bin/python -O /usr/share/wicd/curses/wicd-curses.py $@
