Open konosubakonoakua opened 3 weeks ago
find . -maxdepth 1 -type d -not -name "." -exec sh -c '[ -d "{}/.git" ] && echo "Processing directory: {}"; (cd {} && make distclean && git clean -fd)' \;
git