diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-01-10 19:00:27 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-01-10 19:00:27 +0800 |
commit | 5866db25ed9149335a274e99496453c3e8eeb22f (patch) | |
tree | e39f765d9941e3136b055f228d27605eaa6fe197 /www/scripts | |
parent | ac26b5846f69234a170a4c613f8691eafc40fb81 (diff) |
Update
Diffstat (limited to 'www/scripts')
-rwxr-xr-x | www/scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/scripts/build.sh b/www/scripts/build.sh index 8bf6ffc..985725a 100755 --- a/www/scripts/build.sh +++ b/www/scripts/build.sh | |||
@@ -174,7 +174,7 @@ index_list=() | |||
174 | # }}} | 174 | # }}} |
175 | # for each markdown file {{{ | 175 | # for each markdown file {{{ |
176 | 176 | ||
177 | files="$(find "$INPUT_DIR" -type f -name '*md')" | 177 | files="$(find "$INPUT_DIR" -type f,l -name '*md')" |
178 | total=$(wc -l <<<"$files") | 178 | total=$(wc -l <<<"$files") |
179 | declare -i counter | 179 | declare -i counter |
180 | for file in $files; do | 180 | for file in $files; do |