mirror of
https://github.com/gnu4cn/jenkins_book_zh.git
synced 2026-08-22 20:03:28 +08:00
Updated src/ALL.md.
This commit is contained in:
6
append_end.sh
Normal file
6
append_end.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
PWD="$(pwd)"
|
||||
for f in $(find "src/" -type f -name "*.md" ); do
|
||||
if [[ "${f}" == *"SUMMARY"* ]] || [[ "${f}" == *"README"* ]]; then continue; fi
|
||||
echo -e "\n\n(End)\n\n" >> "$PWD/$f"
|
||||
done
|
||||
Reference in New Issue
Block a user