#!/bin/sh

export PYTHONPATH=/usr/lib/rhs/kernelcfg:/usr/lib/rhs/python

if [ -f ./kernelcfg.py ]; then
    exec python ./kernelcfg.py
else
    exec python /usr/lib/rhs/kernelcfg/kernelcfg.py
fi
