run.sh 202 B

123456789
  1. #!/usr/bin/env bash
  2. # TODO: remove this file once Rerun has interface to set log message level
  3. set -e
  4. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
  5. RUST_LOG=warn $DIR/run.py $@