Remove unneeded scripts

This commit is contained in:
nnyyxxxx 2024-09-12 15:50:29 -04:00
parent fa9ead79ca
commit 8235a36d4b
2 changed files with 0 additions and 11 deletions

View File

@ -1,5 +0,0 @@
#!/bin/sh
say_hello () {
echo Hi
}

View File

@ -1,6 +0,0 @@
#!/bin/sh
# The current working directory will always be inside "commands"
. test/lib.sh
say_hello