Changes with .dev domains in
mind.
Step 1 : Assign at least two IP address to your MAC OS (one per domain), let's say :
192.168.0.51
192.168.0.52
To setup the second IP you will have to add a second Ethernet Adapter (logical not physical).
Changes with .dev domains in
mind.
Step 1 : Assign at least two IP address to your MAC OS (one per domain), let's say :
192.168.0.51
192.168.0.52
To setup the second IP you will have to add a second Ethernet Adapter (logical not physical).
| #!/bin/bash | |
| repos=( | |
| "/c/projects/project-1" | |
| "/c/projects/project-2" | |
| "/c/projects/project-3" | |
| ) | |
| echo "" | |
| echo "Getting latest for" ${#repos[@]} "repositories using pull --rebase" |