Skip to content

Commit

Permalink
fix: Create temp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
widal001 committed Apr 26, 2024
1 parent fd35eee commit 4c79646
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ TEMP_DIR="./tmp"
WIKI_FILES="${TEMP_DIR}/wiki-files.txt"
SUMMARY_FILES="${TEMP_DIR}/summary-files.txt"
MISSING_FILES="${TEMP_DIR}/missing-from-summary.txt"
mkdir -p tmp # create tmp directory

# list all of the markdown files in the wiki directory
find "${WIKI_DIR}" -name "*.md" |\
Expand Down

0 comments on commit 4c79646

Please sign in to comment.