#!/bin/sh for repo in repoA, repoB, repoC; do echo Cloning $repo. done
When I execute this (sh myscript.sh) I get the following:
sh myscript.sh