slsDetectorPackage/gitall.sh
2015-06-11 12:35:53 +02:00

9 lines
74 B
Bash

#!/bin/bash
git $1
for i in sls*/; do
cd $i
echo $i
git $1
cd ..
done