slsDetectorPackage/gitall.sh
2015-06-11 12:34:44 +02:00

9 lines
76 B
Bash

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