4 lines
79 B
Bash
Executable file
4 lines
79 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cross build --release
|
|
cp ./target/release/fantastic-rs ../backend
|