mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
move docs to wiki
This commit is contained in:
parent
c575461e68
commit
1efd5f3029
11 changed files with 92 additions and 174 deletions
|
|
@ -8,6 +8,6 @@ docs:
|
|||
mv "$${source_file}" "$${final_file}"; \
|
||||
no_ext_source=$${source_file:0:-3}; \
|
||||
no_ext_final=$${final_file:0:-3}; \
|
||||
sed -i "s;($${no_ext_source});($${no_ext_final});g" *.md; \
|
||||
sed -i "s;(\(../\)*$${source_file});($${no_ext_final});g" $$(find -name '*.md'); \
|
||||
done
|
||||
find . -type d -empty -delete
|
||||
Loading…
Add table
Add a link
Reference in a new issue