Files
StarPilot/tools/rerun/run.sh
T
Hoang Bui 93e980b925 tools/rerun: Rerun 0.18 (#33188)
old-commit-hash: a604dcc524116047bce4fab9ea688030aa9f40cb
2024-08-08 14:30:14 -07:00

10 lines
195 B
Bash
Executable File

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