Skip to content

Instantly share code, notes, and snippets.

@Janoyan
Created February 10, 2021 10:11
Show Gist options
  • Save Janoyan/773fae8343b071688fe4f700432dadfa to your computer and use it in GitHub Desktop.
Save Janoyan/773fae8343b071688fe4f700432dadfa to your computer and use it in GitHub Desktop.
mappings=()
while IFS= read -r line; do
mappings+=("$line")
done < mappings.txt
for value in "${mappings[@]}" ; do
env_path=${value%=*};
scp $env_path xx.xx.xx.xx:/var/www/api-users/$env_path
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment