bfile/filed/dev-entry.sh

8 lines
88 B
Bash
Raw 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 -x run