bfile/filed/dev-entry.sh

8 lines
88 B
Bash
Executable File

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