bfile/filed/dev-entry.sh

8 lines
98 B
Bash
Executable File

#!/bin/sh
cd /opt/code
cargo check
cargo build
cargo watch -w src -w templates -w assets -x run