From fcc5a5fc0fc5a4d21cca66fb990b68d4b03383d0 Mon Sep 17 00:00:00 2001 From: nnyyxxxx Date: Tue, 10 Sep 2024 07:21:00 -0400 Subject: [PATCH 1/2] Remove unneeded scripts --- src/commands/test/lib.sh | 5 ----- src/commands/test/main.sh | 6 ------ 2 files changed, 11 deletions(-) delete mode 100755 src/commands/test/lib.sh delete mode 100755 src/commands/test/main.sh diff --git a/src/commands/test/lib.sh b/src/commands/test/lib.sh deleted file mode 100755 index 45e08b7a..00000000 --- a/src/commands/test/lib.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -say_hello () { - echo Hi -} diff --git a/src/commands/test/main.sh b/src/commands/test/main.sh deleted file mode 100755 index 7af16b96..00000000 --- a/src/commands/test/main.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# The current working directory will always be inside "commands" -. test/lib.sh - -say_hello From 8235a36d4b43e209724de479d638f2f499a21b04 Mon Sep 17 00:00:00 2001 From: nnyyxxxx Date: Thu, 12 Sep 2024 15:50:29 -0400 Subject: [PATCH 2/2] Remove unneeded scripts --- tabs/test/lib.sh | 5 ----- tabs/test/main.sh | 6 ------ 2 files changed, 11 deletions(-) delete mode 100755 tabs/test/lib.sh delete mode 100755 tabs/test/main.sh diff --git a/tabs/test/lib.sh b/tabs/test/lib.sh deleted file mode 100755 index 45e08b7a..00000000 --- a/tabs/test/lib.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -say_hello () { - echo Hi -} diff --git a/tabs/test/main.sh b/tabs/test/main.sh deleted file mode 100755 index 7af16b96..00000000 --- a/tabs/test/main.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# The current working directory will always be inside "commands" -. test/lib.sh - -say_hello