bfile/janitor/dev-entry.sh

8 lines
75 B
Bash
Raw Permalink Normal View History

2023-10-12 12:39:28 +02:00
#!/bin/sh
cd /opt/code
cargo check
cargo build
cargo watch -w src -x run