initialize_monkey_server.sh 140 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 #!/bin/bash DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" MEZURO_HOME="$DIR/.." # Ignore errors from all commands trap "" ERR