From 0c76f5dedc23f83b6e35c3a53309dba7e49e26da Mon Sep 17 00:00:00 2001 From: Austin Michael Blevins Date: Mon, 23 Oct 2023 10:14:29 -0400 Subject: [PATCH] Changed the names of the bash scripts for easier use with the tab key in the terminal --- compile_debug.bash => debug_compile.bash | 0 compile_production.bash => production_compile.bash | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename compile_debug.bash => debug_compile.bash (100%) rename compile_production.bash => production_compile.bash (100%) diff --git a/compile_debug.bash b/debug_compile.bash similarity index 100% rename from compile_debug.bash rename to debug_compile.bash diff --git a/compile_production.bash b/production_compile.bash similarity index 100% rename from compile_production.bash rename to production_compile.bash