mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 18:42:07 +08:00
93e980b925
old-commit-hash: a604dcc524116047bce4fab9ea688030aa9f40cb
10 lines
195 B
Bash
Executable File
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 $@
|
|
|