1
0
Fork 0

🔥 Cleanup and reduced log output

This commit is contained in:
Joost De Cock 2019-04-20 19:50:37 +02:00
parent 0461c64b9a
commit 99f1327015
205 changed files with 91 additions and 4059 deletions

View file

@ -10,6 +10,7 @@ cd $DIR
for d in ../packages/*/ ; do {
cd $d
# do something here
pwd
cd ..
}
done