#!/bin/bash   array=( folder1 repofolder2 another_repo_folder )   FROM=staging TO=master   for i in "${array[@]}" […]