10 lines
104 B
Bash
Executable File
10 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cargo check
|
|
# cargo test
|
|
|
|
echo "exited with $?"
|
|
|
|
echo "press any key to exit"
|
|
read -n1 bla
|