I had this problem:
I wanted to pull different repositories with a 'homemade' command in Linux (through an alias).
So, the problem was: I have a repoA, repoB, repoC. With one command I want to pull all of them and I want to print which repos are pulled.
I was close to put a question here but then I found the solution and I wanted to share it with you.