This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euo pipefail | |
REPO_DIR="/c/_WORK/eclipse-workspace" | |
repos="activation-code-service advisor-service contract-revenue-service email-service email-template-service file-service login-service soap-client soap-service translation-service vehicle-registration-service weather-alert-service" | |
# pull all repos | |
( | |
for repo in $repos; do | |
echo $repo |