Skip to content
Snippets Groups Projects
Commit 2aaafbab authored by KyleKlenk's avatar KyleKlenk
Browse files

script to run summa container

parent dfafaddf
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd /Summa-Actors/build
make -f /Summa-Actors/build/makefile-container all
export LD_LIBRARY_PATH=/Summa-Actors/bin
cd /Summa-Actors/bin
./summaMain -s -c ../config/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment