bfile/filed/dev-entry.sh

9 lines
99 B
Bash
Executable File

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