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