init
This commit is contained in:
commit
8d45088064
20 changed files with 974 additions and 0 deletions
5
watch.sh
Executable file
5
watch.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
nodemon -w src -e c,cpp,h,hpp -x './build.sh && ./run.sh'
|
Loading…
Add table
Add a link
Reference in a new issue