mirror of
https://github.com/Dummi26/mers.git
synced 2025-04-28 18:16:05 +02: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
|