como/scripts/run_como.sh

6 lines
55 B
Bash
Raw Permalink Normal View History

2022-10-02 12:12:08 +02:00
#!/bin/bash
set -e
2022-10-04 12:06:00 +02:00
(cd como_bin; cargo watch -x run)