dotfiles/bin/run-from-helix
2023-10-09 00:21:24 -04:00

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