From: Steven Baltakatei Sandoval Date: Thu, 5 Jan 2023 17:07:55 +0000 (+0000) Subject: style(unitproc/):Shorten names of template prefix (bktemp -> bkt) X-Git-Tag: 0.7.0^2~1 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/26f0533782d8c57fb95b8df4f55057edcbf17703?hp=-c style(unitproc/):Shorten names of template prefix (bktemp -> bkt) --- 26f0533782d8c57fb95b8df4f55057edcbf17703 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