Skip to content
Snippets Groups Projects
Commit 7a650b72 authored by Paulus Kruger's avatar Paulus Kruger
Browse files

IPs updated

parent fbc13ab0
No related branches found
No related tags found
No related merge requests found
Pipeline #35745 passed
#!/bin/bash #!/bin/bash
rsync -avzh ~/pypcc pi@10.99.0.$1:. rsync -avzh ~/pypcc pi@10.99.$1.100:.
ssh pi@10.99.0.$1 "cd pypcc;sh install.sh" ssh pi@10.99.$1.100 "cd pypcc;sh install.sh"
\ No newline at end of file \ No newline at end of file
#!/bin/bash #!/bin/bash
./sync.sh 100 ./sync.sh 0
./sync.sh 101 ./sync.sh 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment