robot-tp4-command/watch.sh
2024-05-29 15:18:03 +02:00

5 lines
111 B
Bash
Executable file

#!/bin/sh
set -e
cd "$(dirname "$(realpath "$0")")"
nodemon -w src -e c,cpp,h,hpp -x './build.sh && ./run.sh'