6 lines
42 B
Bash
6 lines
42 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cargo run cibus_bin/
|