bfile/filed/dev-entry.sh

9 lines
106 B
Bash
Raw Permalink Normal View History

2023-09-30 06:46:29 +02:00
#!/bin/sh
2023-09-30 11:26:47 +02:00
cd /opt/code
2023-09-30 06:46:29 +02:00
cargo check
cargo build
cargo watch -w src -w templates/source -w static -x run