add shell script

This commit is contained in:
Dominik Demuth
2024-11-04 18:09:25 +01:00
parent 8ef0b81820
commit 97742b36cd
5 changed files with 18 additions and 25 deletions

10
build.sh Normal file
View File

@@ -0,0 +1,10 @@
mkdir build
cd build
cmake ..
cmake --build .
cd ..
python test.py