From d21a718ab3a642e1a01ddd531fe55a7505ffcd83 Mon Sep 17 00:00:00 2001 From: Matheus Albino Date: Sun, 22 Oct 2023 18:48:12 -0300 Subject: [PATCH] Refactor shell scripts file names --- ...{list_dockerhub_image_tags.sh => dockerhub-image-list-tags.sh} | 0 .../{ffmpeg_get_video_resolution.sh => ffmpeg-get-video-res.sh} | 0 my-scripts/shell/{ffmpeg_helper.sh => ffmpeg-helper.sh} | 0 ...package_names.sh => get-rewritteinrust-cargo-package-names.sh} | 0 my-scripts/shell/{runDockerWsl.sh => run-docker-wsl.sh} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename my-scripts/shell/{list_dockerhub_image_tags.sh => dockerhub-image-list-tags.sh} (100%) rename my-scripts/shell/{ffmpeg_get_video_resolution.sh => ffmpeg-get-video-res.sh} (100%) rename my-scripts/shell/{ffmpeg_helper.sh => ffmpeg-helper.sh} (100%) rename my-scripts/shell/{get_rewritteninrust_package_names.sh => get-rewritteinrust-cargo-package-names.sh} (100%) rename my-scripts/shell/{runDockerWsl.sh => run-docker-wsl.sh} (100%) diff --git a/my-scripts/shell/list_dockerhub_image_tags.sh b/my-scripts/shell/dockerhub-image-list-tags.sh similarity index 100% rename from my-scripts/shell/list_dockerhub_image_tags.sh rename to my-scripts/shell/dockerhub-image-list-tags.sh diff --git a/my-scripts/shell/ffmpeg_get_video_resolution.sh b/my-scripts/shell/ffmpeg-get-video-res.sh similarity index 100% rename from my-scripts/shell/ffmpeg_get_video_resolution.sh rename to my-scripts/shell/ffmpeg-get-video-res.sh diff --git a/my-scripts/shell/ffmpeg_helper.sh b/my-scripts/shell/ffmpeg-helper.sh similarity index 100% rename from my-scripts/shell/ffmpeg_helper.sh rename to my-scripts/shell/ffmpeg-helper.sh diff --git a/my-scripts/shell/get_rewritteninrust_package_names.sh b/my-scripts/shell/get-rewritteinrust-cargo-package-names.sh similarity index 100% rename from my-scripts/shell/get_rewritteninrust_package_names.sh rename to my-scripts/shell/get-rewritteinrust-cargo-package-names.sh diff --git a/my-scripts/shell/runDockerWsl.sh b/my-scripts/shell/run-docker-wsl.sh similarity index 100% rename from my-scripts/shell/runDockerWsl.sh rename to my-scripts/shell/run-docker-wsl.sh