dotfiles/bin/run-from-helix

10 lines
104 B
Plaintext
Raw Normal View History

2023-10-04 21:50:44 -04:00
#!/bin/bash
2023-10-04 00:55:20 -04:00
2023-10-09 00:21:24 -04:00
cargo check
# cargo test
2023-10-04 00:55:20 -04:00
2023-10-09 00:21:24 -04:00
echo "exited with $?"
echo "press any key to exit"
read -n1 bla