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

re-adjusted run_client.sh

parent f09b35ee
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export PORT = 4444
export HOSTNAME = "simlab03"
export LD_LIBRARY_PATH=/Summa-Actors/bin/:/usr/local/lib
cd /Summa-Actors/config/
python3 configuration.py $HOSTNAME $PORT
python3 configuration.py "simlab03" 4444
cd /Summa-Actors/build
# make
/Summa-Actors/bin/summaMain -c /Summa-Actors/config/Summa_Actors_Settings.json
\ 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