From 2b86daf1e88d607454a31f6be0af83cd4de5526d Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Wed, 8 Jan 2025 15:11:11 -0500 Subject: [PATCH] updated notes --- scripts/about_scripts.txt | 19 ++++++++++--------- scripts/rev_control/version_control.sh | 1 + 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/scripts/about_scripts.txt b/scripts/about_scripts.txt index 51fe3f55..fdd3cfb8 100644 --- a/scripts/about_scripts.txt +++ b/scripts/about_scripts.txt @@ -1,12 +1,13 @@ -this folder houses all of the feisty meow scripts that are considered general purpose, -rather than being hideously idiosyncratic and personal. unfortunately not all weird -scripts have been culled to the customizations yet (and that work will probably go on for -years). - -all of these scripts were formerly known as "the yeticode collection", and they even -lived in their own domain yeticode.org. this was before i stopped buying a new domain -name on the merest whim. consolidating them in with the codebase has worked a lot -better anyhow. but we still love yetis. +this folder houses all of the feisty meow scripts that are considered +general purpose, rather than being hideously idiosyncratic and personal. +unfortunately not all weird scripts have been culled of their customizations +yet (and that work will probably go on for years). + +many of these scripts were formerly known as "the yeticode collection", and +they even lived in their own domain yeticode.org. this was before i stopped +buying new domain names on the merest of whims. our effort of consolidating +these scripts into the feisty meow codebase has worked out really well. +but we still love yetis. diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index a05226b1..bf96c542 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -549,6 +549,7 @@ function perform_revctrl_action_on_file() pushd "$dirname" &>/dev/null echo -n "[$(pwd)] " # pass the current directory plus the remaining parameters from function invocation. +echo "about to get active with: '$action .'" $action . local retval=$? if [ $retval -ne 0 ]; then -- 2.34.1