1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

remove empty directories

This commit is contained in:
Jason Nagin 2024-07-09 10:31:21 -04:00 committed by GitHub
parent 8d32784b6d
commit 2a32fba4b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,3 +10,4 @@ docs:
no_ext_final=$${final_file:0:-3}; \
sed -i "s;($${no_ext_source});($${no_ext_final});g" *.md; \
done
find . -type d -empty -delete