mirror of
https://github.com/enso-org/enso.git
synced 2024-11-05 03:59:38 +03:00
5 lines
107 B
Batchfile
5 lines
107 B
Batchfile
@ pushd %~dp0
|
|
cargo run --profile buildscript --package enso-build-cli -- %*
|
|
@ popd
|
|
@ exit /b %ERRORLEVEL%
|