#!/bin/sh # missile.wrapper - Wrapper for "missile" # License: Public domain (for this file only) # Revision: 111130 TARGET=__META_PREFIX__/bin/missile.bin OPTIONS=" --nodri --nofixsound --nomakerundir --nomultiple --novnc --minmem=80000 --rundir=__META_HOME__ --sdlmouse=-1 --xclockmove " wraplac $OPTIONS -- $TARGET $*