From 95bdb587821fd6c4b57958a26c2b43a03aef5563 Mon Sep 17 00:00:00 2001 From: younglim Date: Thu, 22 Aug 2024 12:09:34 +0800 Subject: [PATCH] Rename shell and ps1 scripts to oobee --- ...all_purple_dependencies.cmd => install_oobee_dependencies.cmd} | 0 ...le_dependencies.command => install_oobee_dependencies.command} | 0 ...all_purple_dependencies.ps1 => install_oobee_dependencies.ps1} | 0 scripts/{a11y_shell.cmd => oobee_shell.cmd} | 0 scripts/{a11y_shell.command => oobee_shell.command} | 0 scripts/{a11y_shell.sh => oobee_shell.sh} | 0 scripts/{a11y_shell_ps.ps1 => oobee_shell_ps.ps1} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename scripts/{install_purple_dependencies.cmd => install_oobee_dependencies.cmd} (100%) rename scripts/{install_purple_dependencies.command => install_oobee_dependencies.command} (100%) rename scripts/{install_purple_dependencies.ps1 => install_oobee_dependencies.ps1} (100%) rename scripts/{a11y_shell.cmd => oobee_shell.cmd} (100%) rename scripts/{a11y_shell.command => oobee_shell.command} (100%) rename scripts/{a11y_shell.sh => oobee_shell.sh} (100%) rename scripts/{a11y_shell_ps.ps1 => oobee_shell_ps.ps1} (100%) diff --git a/scripts/install_purple_dependencies.cmd b/scripts/install_oobee_dependencies.cmd similarity index 100% rename from scripts/install_purple_dependencies.cmd rename to scripts/install_oobee_dependencies.cmd diff --git a/scripts/install_purple_dependencies.command b/scripts/install_oobee_dependencies.command similarity index 100% rename from scripts/install_purple_dependencies.command rename to scripts/install_oobee_dependencies.command diff --git a/scripts/install_purple_dependencies.ps1 b/scripts/install_oobee_dependencies.ps1 similarity index 100% rename from scripts/install_purple_dependencies.ps1 rename to scripts/install_oobee_dependencies.ps1 diff --git a/scripts/a11y_shell.cmd b/scripts/oobee_shell.cmd similarity index 100% rename from scripts/a11y_shell.cmd rename to scripts/oobee_shell.cmd diff --git a/scripts/a11y_shell.command b/scripts/oobee_shell.command similarity index 100% rename from scripts/a11y_shell.command rename to scripts/oobee_shell.command diff --git a/scripts/a11y_shell.sh b/scripts/oobee_shell.sh similarity index 100% rename from scripts/a11y_shell.sh rename to scripts/oobee_shell.sh diff --git a/scripts/a11y_shell_ps.ps1 b/scripts/oobee_shell_ps.ps1 similarity index 100% rename from scripts/a11y_shell_ps.ps1 rename to scripts/oobee_shell_ps.ps1