mirror of https://github.com/CrimsonTome/tldr.git
wrong-filename.sh: update output filename
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>pull/23/head
parent
e9750a9922
commit
d8fb257277
|
@ -5,7 +5,7 @@
|
||||||
# Usage: ./scripts/wrong-filename.sh
|
# Usage: ./scripts/wrong-filename.sh
|
||||||
|
|
||||||
# Output file for recording inconsistencies
|
# Output file for recording inconsistencies
|
||||||
OUTPUT_FILE="filename-consistency-check-output.txt"
|
OUTPUT_FILE="inconsistent-filenames.txt"
|
||||||
# Remove existing output file (if any)
|
# Remove existing output file (if any)
|
||||||
rm -f "$OUTPUT_FILE"
|
rm -f "$OUTPUT_FILE"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue