Statement-Converter/scripts/build/build.sh
2025-04-18 14:04:48 -04:00

9 lines
No EOL
184 B
Bash
Executable file

# Clearing The Screen
clear
# Building the Rust App
docker run --rm -it \
-v "$PWD/project:/src:Z" \
-v "$PWD/build:/app:Z" \
-e "PROJ_NAME=example" \
rust-buildbot $@