initialize_monkey_server.sh 140 Bytes
#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
MEZURO_HOME="$DIR/.."

# Ignore errors from all commands
trap "" ERR