From 4b055ada38c8e7d9e457b2050944a7274a0a6e3d Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 1 Mar 2024 11:30:56 -0800 Subject: [PATCH] added placeholder command inside git_remove_module function --- otto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otto.sh b/otto.sh index 84078dc..c1c7dc0 100755 --- a/otto.sh +++ b/otto.sh @@ -51,7 +51,7 @@ git_add_module () { } git_remove_module () { - + echo "unfinished" } add_new_module () {