#!/bin/sh

export ESDL_PATH=/usr/lib/esdl
export WINGS_PATH=/usr/share/wings3d

erl -pa $ESDL_PATH/ebin $WINGS_PATH/ebin -run wings_start start_halt
