#!/bin/sh

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

exec /usr/bin/erl -noinput -smp enable -s wings_start start_halt "$@"

