#!/bin/sh

if [ -f /etc/wings3d.rc ]; then
    . /etc/wings3d.rc
fi

exec /usr/bin/erl -noinput -smp disable -pa /usr/lib/esdl/ebin -s wings_start start_halt "$@"

