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