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