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:
parent
8d32784b6d
commit
2a32fba4b1
1 changed files with 2 additions and 1 deletions
|
|
@ -9,4 +9,5 @@ docs:
|
||||||
no_ext_source=$${source_file:0:-3}; \
|
no_ext_source=$${source_file:0:-3}; \
|
||||||
no_ext_final=$${final_file:0:-3}; \
|
no_ext_final=$${final_file:0:-3}; \
|
||||||
sed -i "s;($${no_ext_source});($${no_ext_final});g" *.md; \
|
sed -i "s;($${no_ext_source});($${no_ext_final});g" *.md; \
|
||||||
done
|
done
|
||||||
|
find . -type d -empty -delete
|
||||||
Loading…
Add table
Add a link
Reference in a new issue