#!/bin/sh

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

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

