#!/bin/sh
if test "x$@" = "x-h" -o "x$@" = "x--help"
  then
    echo "Out Of Order, usage: out-of-order [<SLUDGE engine options>]"
fi
sludge-engine "$@" /usr/share/out-of-order/gamedata
