From 26f0533782d8c57fb95b8df4f55057edcbf17703 Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Thu, 5 Jan 2023 17:07:55 +0000 Subject: [PATCH] style(unitproc/):Shorten names of template prefix (bktemp -> bkt) --- unitproc/{bktemp-appendArgTar => bkt-appendArgTar} | 0 unitproc/{bktemp-appendFileTar => bkt-appendFileTar} | 0 unitproc/{bktemp-checkAgePubkey => bkt-checkAgePubkey} | 0 unitproc/{bktemp-checkAppFileDir => bkt-checkAppFileDir} | 0 unitproc/{bktemp-checkFlt => bkt-checkFlt} | 0 unitproc/{bktemp-checkInt => bkt-checkInt} | 0 unitproc/{bktemp-checkIsInArray => bkt-checkIsInArray} | 0 unitproc/{bktemp-checkMakeTar => bkt-checkMakeTar} | 0 unitproc/{bktemp-checkURL => bkt-checkURL} | 0 ...k_parsable_audio_ffprobe => bkt-check_parsable_audio_ffprobe} | 0 ...mbles_gpg_fingerprint => bkt-check_resembles_gpg_fingerprint} | 0 unitproc/{bktemp-count_jobs => bkt-count_jobs} | 0 unitproc/{bktemp-dateShort => bkt-dateShort} | 0 unitproc/{bktemp-dateTimeShort => bkt-dateTimeShort} | 0 unitproc/{bktemp-get_audio_format => bkt-get_audio_format} | 0 unitproc/{bktemp-get_media_length => bkt-get_media_length} | 0 unitproc/{bktemp-get_parent_dirnames => bkt-get_parent_dirnames} | 0 unitproc/{bktemp-initGitRepo => bkt-initGitRepo} | 0 .../{bktemp-list_days_of_year.sh => bkt-list_days_of_year.sh} | 0 unitproc/{bktemp-processArgs => bkt-processArgs} | 0 unitproc/{bktemp-promptLoop => bkt-promptLoop} | 0 unitproc/{bktemp-randFloat => bkt-randFloat} | 0 unitproc/{bktemp-setTimeZoneEV => bkt-setTimeZoneEV} | 0 unitproc/bkt-showUsage | 1 + unitproc/bkt-showVersion | 1 + unitproc/{bktemp-timeDuration => bkt-timeDuration} | 0 .../{bktemp-timeDuration-plan.org => bkt-timeDuration-plan.org} | 0 unitproc/{bktemp-timeEpochNS => bkt-timeEpochNS} | 0 unitproc/{bktemp-timeUntilNextDay => bkt-timeUntilNextDay} | 0 unitproc/{bktemp-timeUntilNextHour => bkt-timeUntilNextHour} | 0 unitproc/{bktemp-updateLoopPI => bkt-updateLoopPI} | 0 unitproc/{bktemp-uptimeIso8601 => bkt-uptimeIso8601} | 0 unitproc/{bktemp-validateInput => bkt-validateInput} | 0 unitproc/{bktemp-vbm => bkt-vbm} | 0 unitproc/{bktemp-writeArg => bkt-writeArg} | 0 unitproc/{bktemp-yellDieMust => bkt-yellDieMust} | 0 unitproc/bktemp-showUsage | 1 - unitproc/bktemp-showVersion | 1 - 38 files changed, 2 insertions(+), 2 deletions(-) rename unitproc/{bktemp-appendArgTar => bkt-appendArgTar} (100%) rename unitproc/{bktemp-appendFileTar => bkt-appendFileTar} (100%) rename unitproc/{bktemp-checkAgePubkey => bkt-checkAgePubkey} (100%) rename unitproc/{bktemp-checkAppFileDir => bkt-checkAppFileDir} (100%) rename unitproc/{bktemp-checkFlt => bkt-checkFlt} (100%) rename unitproc/{bktemp-checkInt => bkt-checkInt} (100%) rename unitproc/{bktemp-checkIsInArray => bkt-checkIsInArray} (100%) rename unitproc/{bktemp-checkMakeTar => bkt-checkMakeTar} (100%) rename unitproc/{bktemp-checkURL => bkt-checkURL} (100%) rename unitproc/{bktemp-check_parsable_audio_ffprobe => bkt-check_parsable_audio_ffprobe} (100%) rename unitproc/{bktemp-check_resembles_gpg_fingerprint => bkt-check_resembles_gpg_fingerprint} (100%) rename unitproc/{bktemp-count_jobs => bkt-count_jobs} (100%) rename unitproc/{bktemp-dateShort => bkt-dateShort} (100%) rename unitproc/{bktemp-dateTimeShort => bkt-dateTimeShort} (100%) rename unitproc/{bktemp-get_audio_format => bkt-get_audio_format} (100%) rename unitproc/{bktemp-get_media_length => bkt-get_media_length} (100%) rename unitproc/{bktemp-get_parent_dirnames => bkt-get_parent_dirnames} (100%) rename unitproc/{bktemp-initGitRepo => bkt-initGitRepo} (100%) rename unitproc/{bktemp-list_days_of_year.sh => bkt-list_days_of_year.sh} (100%) rename unitproc/{bktemp-processArgs => bkt-processArgs} (100%) rename unitproc/{bktemp-promptLoop => bkt-promptLoop} (100%) rename unitproc/{bktemp-randFloat => bkt-randFloat} (100%) rename unitproc/{bktemp-setTimeZoneEV => bkt-setTimeZoneEV} (100%) create mode 120000 unitproc/bkt-showUsage create mode 120000 unitproc/bkt-showVersion rename unitproc/{bktemp-timeDuration => bkt-timeDuration} (100%) rename unitproc/{bktemp-timeDuration-plan.org => bkt-timeDuration-plan.org} (100%) rename unitproc/{bktemp-timeEpochNS => bkt-timeEpochNS} (100%) rename unitproc/{bktemp-timeUntilNextDay => bkt-timeUntilNextDay} (100%) rename unitproc/{bktemp-timeUntilNextHour => bkt-timeUntilNextHour} (100%) rename unitproc/{bktemp-updateLoopPI => bkt-updateLoopPI} (100%) rename unitproc/{bktemp-uptimeIso8601 => bkt-uptimeIso8601} (100%) rename unitproc/{bktemp-validateInput => bkt-validateInput} (100%) rename unitproc/{bktemp-vbm => bkt-vbm} (100%) rename unitproc/{bktemp-writeArg => bkt-writeArg} (100%) rename unitproc/{bktemp-yellDieMust => bkt-yellDieMust} (100%) delete mode 120000 unitproc/bktemp-showUsage delete mode 120000 unitproc/bktemp-showVersion diff --git a/unitproc/bktemp-appendArgTar b/unitproc/bkt-appendArgTar similarity index 100% rename from unitproc/bktemp-appendArgTar rename to unitproc/bkt-appendArgTar diff --git a/unitproc/bktemp-appendFileTar b/unitproc/bkt-appendFileTar similarity index 100% rename from unitproc/bktemp-appendFileTar rename to unitproc/bkt-appendFileTar diff --git a/unitproc/bktemp-checkAgePubkey b/unitproc/bkt-checkAgePubkey similarity index 100% rename from unitproc/bktemp-checkAgePubkey rename to unitproc/bkt-checkAgePubkey diff --git a/unitproc/bktemp-checkAppFileDir b/unitproc/bkt-checkAppFileDir similarity index 100% rename from unitproc/bktemp-checkAppFileDir rename to unitproc/bkt-checkAppFileDir diff --git a/unitproc/bktemp-checkFlt b/unitproc/bkt-checkFlt similarity index 100% rename from unitproc/bktemp-checkFlt rename to unitproc/bkt-checkFlt diff --git a/unitproc/bktemp-checkInt b/unitproc/bkt-checkInt similarity index 100% rename from unitproc/bktemp-checkInt rename to unitproc/bkt-checkInt diff --git a/unitproc/bktemp-checkIsInArray b/unitproc/bkt-checkIsInArray similarity index 100% rename from unitproc/bktemp-checkIsInArray rename to unitproc/bkt-checkIsInArray diff --git a/unitproc/bktemp-checkMakeTar b/unitproc/bkt-checkMakeTar similarity index 100% rename from unitproc/bktemp-checkMakeTar rename to unitproc/bkt-checkMakeTar diff --git a/unitproc/bktemp-checkURL b/unitproc/bkt-checkURL similarity index 100% rename from unitproc/bktemp-checkURL rename to unitproc/bkt-checkURL diff --git a/unitproc/bktemp-check_parsable_audio_ffprobe b/unitproc/bkt-check_parsable_audio_ffprobe similarity index 100% rename from unitproc/bktemp-check_parsable_audio_ffprobe rename to unitproc/bkt-check_parsable_audio_ffprobe diff --git a/unitproc/bktemp-check_resembles_gpg_fingerprint b/unitproc/bkt-check_resembles_gpg_fingerprint similarity index 100% rename from unitproc/bktemp-check_resembles_gpg_fingerprint rename to unitproc/bkt-check_resembles_gpg_fingerprint diff --git a/unitproc/bktemp-count_jobs b/unitproc/bkt-count_jobs similarity index 100% rename from unitproc/bktemp-count_jobs rename to unitproc/bkt-count_jobs diff --git a/unitproc/bktemp-dateShort b/unitproc/bkt-dateShort similarity index 100% rename from unitproc/bktemp-dateShort rename to unitproc/bkt-dateShort diff --git a/unitproc/bktemp-dateTimeShort b/unitproc/bkt-dateTimeShort similarity index 100% rename from unitproc/bktemp-dateTimeShort rename to unitproc/bkt-dateTimeShort diff --git a/unitproc/bktemp-get_audio_format b/unitproc/bkt-get_audio_format similarity index 100% rename from unitproc/bktemp-get_audio_format rename to unitproc/bkt-get_audio_format diff --git a/unitproc/bktemp-get_media_length b/unitproc/bkt-get_media_length similarity index 100% rename from unitproc/bktemp-get_media_length rename to unitproc/bkt-get_media_length diff --git a/unitproc/bktemp-get_parent_dirnames b/unitproc/bkt-get_parent_dirnames similarity index 100% rename from unitproc/bktemp-get_parent_dirnames rename to unitproc/bkt-get_parent_dirnames diff --git a/unitproc/bktemp-initGitRepo b/unitproc/bkt-initGitRepo similarity index 100% rename from unitproc/bktemp-initGitRepo rename to unitproc/bkt-initGitRepo diff --git a/unitproc/bktemp-list_days_of_year.sh b/unitproc/bkt-list_days_of_year.sh similarity index 100% rename from unitproc/bktemp-list_days_of_year.sh rename to unitproc/bkt-list_days_of_year.sh diff --git a/unitproc/bktemp-processArgs b/unitproc/bkt-processArgs similarity index 100% rename from unitproc/bktemp-processArgs rename to unitproc/bkt-processArgs diff --git a/unitproc/bktemp-promptLoop b/unitproc/bkt-promptLoop similarity index 100% rename from unitproc/bktemp-promptLoop rename to unitproc/bkt-promptLoop diff --git a/unitproc/bktemp-randFloat b/unitproc/bkt-randFloat similarity index 100% rename from unitproc/bktemp-randFloat rename to unitproc/bkt-randFloat diff --git a/unitproc/bktemp-setTimeZoneEV b/unitproc/bkt-setTimeZoneEV similarity index 100% rename from unitproc/bktemp-setTimeZoneEV rename to unitproc/bkt-setTimeZoneEV diff --git a/unitproc/bkt-showUsage b/unitproc/bkt-showUsage new file mode 120000 index 0000000..344e672 --- /dev/null +++ b/unitproc/bkt-showUsage @@ -0,0 +1 @@ +bkt-processArgs \ No newline at end of file diff --git a/unitproc/bkt-showVersion b/unitproc/bkt-showVersion new file mode 120000 index 0000000..344e672 --- /dev/null +++ b/unitproc/bkt-showVersion @@ -0,0 +1 @@ +bkt-processArgs \ No newline at end of file diff --git a/unitproc/bktemp-timeDuration b/unitproc/bkt-timeDuration similarity index 100% rename from unitproc/bktemp-timeDuration rename to unitproc/bkt-timeDuration diff --git a/unitproc/bktemp-timeDuration-plan.org b/unitproc/bkt-timeDuration-plan.org similarity index 100% rename from unitproc/bktemp-timeDuration-plan.org rename to unitproc/bkt-timeDuration-plan.org diff --git a/unitproc/bktemp-timeEpochNS b/unitproc/bkt-timeEpochNS similarity index 100% rename from unitproc/bktemp-timeEpochNS rename to unitproc/bkt-timeEpochNS diff --git a/unitproc/bktemp-timeUntilNextDay b/unitproc/bkt-timeUntilNextDay similarity index 100% rename from unitproc/bktemp-timeUntilNextDay rename to unitproc/bkt-timeUntilNextDay diff --git a/unitproc/bktemp-timeUntilNextHour b/unitproc/bkt-timeUntilNextHour similarity index 100% rename from unitproc/bktemp-timeUntilNextHour rename to unitproc/bkt-timeUntilNextHour diff --git a/unitproc/bktemp-updateLoopPI b/unitproc/bkt-updateLoopPI similarity index 100% rename from unitproc/bktemp-updateLoopPI rename to unitproc/bkt-updateLoopPI diff --git a/unitproc/bktemp-uptimeIso8601 b/unitproc/bkt-uptimeIso8601 similarity index 100% rename from unitproc/bktemp-uptimeIso8601 rename to unitproc/bkt-uptimeIso8601 diff --git a/unitproc/bktemp-validateInput b/unitproc/bkt-validateInput similarity index 100% rename from unitproc/bktemp-validateInput rename to unitproc/bkt-validateInput diff --git a/unitproc/bktemp-vbm b/unitproc/bkt-vbm similarity index 100% rename from unitproc/bktemp-vbm rename to unitproc/bkt-vbm diff --git a/unitproc/bktemp-writeArg b/unitproc/bkt-writeArg similarity index 100% rename from unitproc/bktemp-writeArg rename to unitproc/bkt-writeArg diff --git a/unitproc/bktemp-yellDieMust b/unitproc/bkt-yellDieMust similarity index 100% rename from unitproc/bktemp-yellDieMust rename to unitproc/bkt-yellDieMust diff --git a/unitproc/bktemp-showUsage b/unitproc/bktemp-showUsage deleted file mode 120000 index 542b1f1..0000000 --- a/unitproc/bktemp-showUsage +++ /dev/null @@ -1 +0,0 @@ -bktemp-processArgs \ No newline at end of file diff --git a/unitproc/bktemp-showVersion b/unitproc/bktemp-showVersion deleted file mode 120000 index 542b1f1..0000000 --- a/unitproc/bktemp-showVersion +++ /dev/null @@ -1 +0,0 @@ -bktemp-processArgs \ No newline at end of file -- 2.30.2