From 6e282ac1c2719532139d4543bef1096408abdde5 Mon Sep 17 00:00:00 2001 From: Julian Orchard Date: Sat, 25 May 2024 22:14:36 +0100 Subject: [PATCH] docs: Description of tidy Signed-off-by: Julian Orchard --- scripts/tidy | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/tidy b/scripts/tidy index a92e52a..fc7f48a 100755 --- a/scripts/tidy +++ b/scripts/tidy @@ -4,14 +4,19 @@ # Copyright (c) 2022 Julian Orchard +## Description: + +# For tidying files after they've been mauled by Windows Explorer bulk renaming, +# e.g. "File (1).ext", ... + +# Disclaimer, this is the first and only Ruby I've ever written + ## License: # See /LICENSE file in the root of this repository. ## Code: -# Disclaimer, this is the first and only Ruby I've ever written - def usage puts puts "---------------------------------------------"