#!/bin/sh

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

erl -run wings_start start_halt
