-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
27 lines (24 loc) · 960 Bytes
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
osascript -e 'tell app "Terminal"
do script "cd myStuff/university/systemsoftware/lab_final;
./sensor_gateway 1111"
end tell'
osascript -e 'tell app "Terminal"
do script "cd myStuff/university/systemsoftware/lab_final;
./sensor_node 21 1 127.0.0.1 1111"
end tell'
osascript -e 'tell app "Terminal"
do script "cd myStuff/university/systemsoftware/lab_final;
./sensor_node 15 2 127.0.0.1 1111"
end tell'
osascript -e 'tell app "Terminal"
do script "cd myStuff/university/systemsoftware/lab_final;
./sensor_node 37 3 127.0.0.1 1111"
end tell'
osascript -e 'tell app "Terminal"
do script "cd myStuff/university/systemsoftware/lab_final;
./sensor_node 112 2 127.0.0.1 1111"
end tell'
osascript -e 'tell app "Terminal"
do script "cd myStuff/university/systemsoftware/lab_final;
./sensor_node 129 5 127.0.0.1 1111"
end tell'