#!/bin/sh # gnumch.wrapper - Wrapper for "gnumch" # License: Public domain (for this file only) # Revision: 111218 TARGET=__META_PREFIX__/bin/gnumch.bin OPTIONS=" --minmem=50000 --nomultiple --nodri --minvol=10 --maxvol=80 --vnc --xclockmove " wraplac $OPTIONS -- $TARGET $*