Remove unneeded scripts

This commit is contained in:
nnyyxxxx 2024-09-10 07:21:00 -04:00
parent 3211528beb
commit fcc5a5fc0f
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