-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstartup.sh
executable file
·6 lines (5 loc) · 942 Bytes
/
startup.sh
1
2
3
4
5
6
#!/bin/sh
gnome-terminal -e "python3 -m da -f -F output --logfilename /home/rasika/Documents/Asynchronous\ Systems/Phase\ 2/asyncbcr/logs/logfile.log --message-buffer-size 65536 --cookie SECRET -D -n OlympusNode -m olympus"
gnome-terminal -e "python3 -m da -f -F output --logfilename /home/rasika/Documents/Asynchronous\ Systems/Phase\ 2/asyncbcr/logs/logfile.log --message-buffer-size 65536 --cookie SECRET -D -n ClientsNode -m client"
gnome-terminal -e "python3 -m da -f -F output --logfilename /home/rasika/Documents/Asynchronous\ Systems/Phase\ 2/asyncbcr/logs/logfile.log --message-buffer-size 65536 --cookie SECRET -D -n ReplicasNode -m replica"
gnome-terminal -e "python3 -m da -f -F output --logfilename /home/rasika/Documents/Asynchronous\ Systems/Phase\ 2/asyncbcr/logfile.log --message-buffer-size 65536 --cookie SECRET -n MainProcess -m main_process /home/rasika/Documents/Asynchronous\ Systems/Phase\ 2/asyncbcr/testing_1.json"