Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Enno Rehling 2020-03-14 12:01:25 +01:00
commit 2240fb31db
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ fi
cd "$GAME/reports" || exit cd "$GAME/reports" || exit
for REPORT in *.sh for REPORT in *.sh
do do
echo -n "Sending "
basename "$REPORT" .sh
bash "$REPORT" bash "$REPORT"
done done
cd - || exit cd - || exit