como/scripts/run_como.sh
2022-10-04 12:06:00 +02:00

6 lines
55 B
Bash
Executable File

#!/bin/bash
set -e
(cd como_bin; cargo watch -x run)