github.com/mit-dci/lit@v0.0.0-20221102210550-8c3d3b49f2ce/cmd/rs-af/run.sh (about) 1 #!/bin/sh 2 3 # This file is temporary for use during development. Printing to stderr while 4 # the UI is up causes problems, so we redirect it. 5 6 cargo build 7 cargo run $1 $2 2> stderr.log