#!/bin/bash # Run whatever is the current code in Run (development only) CP="$(arq_path)" JAVA_OPTS_N3=$($ARQROOT/bin/arq_n3) java $JAVA_OPTS_N3 $SOCKS -cp "$CP" dev.Run "$@"