aboutsummaryrefslogblamecommitdiffstats
path: root/bruiser/run.sh
blob: 3b6e7ba2e213ac668fc6b40a3586d1e0f5962c35 (plain) (tree)
1
2
3
4
5
6
7

           
                



                                                   
#!/bin/bash

cd $(dirname $0)
"make"
#"./bruiser"
"./bruiser"  ../test/bruisertest/test.cpp --src
#gdb "./bruiser ../test/bruisertest/test.cpp --src"