6 lines
85 B
Bash
6 lines
85 B
Bash
|
#!/usr/bin/env bash
|
||
|
cd ..
|
||
|
cargo run --release --bin example
|
||
|
cd plot
|
||
|
gnuplot plot.gpi
|