mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/usr/bin/env sh
|
|
cd ../mers
|
|
cargo build --release
|
|
cp target/release/mers ../build_scripts
|