From 2550de7185e134eb0c9ae8fd2f1c990cf23eeee6 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 21 Dec 2023 20:50:42 +0530 Subject: [PATCH] cleanup: update files Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- scripts/README.md | 3 +-- scripts/wrong-filename.sh | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index d9f9bed5b..9d3bee40f 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -4,8 +4,7 @@ The current directory contains useful scripts used/to use with `tldr` pages. ## Summary -This section contains a summary of the scripts available in this directory. For more information about each script, please refer to the -header of each script. +This section contains a summary of the scripts available in this directory. For more information about each script, please refer to the header of each script. - [pdf](pdf/README.md) directory contains the `render.py` and `build-pdf.sh` script and related resources to generate a PDF document of tldr-pages for a specific language or platform (or both). - [build.sh](build.sh) script builds the ZIP archives of the `pages` directory. diff --git a/scripts/wrong-filename.sh b/scripts/wrong-filename.sh index 108c4e6ad..6145fb240 100755 --- a/scripts/wrong-filename.sh +++ b/scripts/wrong-filename.sh @@ -24,5 +24,3 @@ for path in $(find pages* -name '*.md' -type f); do echo "Inconsistency found in file: $path: $COMMAND_NAME_PAGE should be $COMMAND_NAME_FILE" >> "$OUTPUT_FILE" fi done - -echo "Filename consistency check completed. Output written to: $OUTPUT_FILE"