enso/run.cmd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
107 B
Batchfile
Raw Normal View History

@ pushd %~dp0
cargo run --profile buildscript --package enso-build-cli -- %*
@ popd
@ exit /b %ERRORLEVEL%