como/scripts/run_como.sh

6 lines
62 B
Bash
Raw Permalink Normal View History

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