#!/bin/sh

if [ $# -gt 0 ]; then
    OPTIONS="-m $1"
fi
bin/nicos-demo -D -E $OPTIONS
