diff options
author | bloodstalker <thabogre@gmail.com> | 2018-04-30 20:11:29 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-04-30 20:11:29 +0000 |
commit | b6107d5bb6aeef6ab03909750f59196555c51081 (patch) | |
tree | 3240c1651c57d819c54a4441b1bb2c61fad6f842 /bruiser/run.sh | |
parent | ramdump is here (diff) | |
download | mutator-b6107d5bb6aeef6ab03909750f59196555c51081.tar.gz mutator-b6107d5bb6aeef6ab03909750f59196555c51081.zip |
fixes #30. run make deepclean on bruiser. lua needs to be rebuilt. added a new commandline option, --keepalive. drops to cli if you were running in non-cli after script finishes running.
Diffstat (limited to '')
-rwxr-xr-x | bruiser/run.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bruiser/run.sh b/bruiser/run.sh index 7e9e695..3b6e7ba 100755 --- a/bruiser/run.sh +++ b/bruiser/run.sh @@ -1,6 +1,7 @@ #!/bin/bash cd $(dirname $0) -#"./bruiser" ../test/bruisertest/test.cpp --verbose -"./bruiser" ../test/bruisertest/test.cpp -#"./bruiser" -Nosrc +"make" +#"./bruiser" +"./bruiser" ../test/bruisertest/test.cpp --src +#gdb "./bruiser ../test/bruisertest/test.cpp --src" |