6 lines
41 B
Bash
6 lines
41 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cargo run como_bin/
|