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