Merge pull request #325 from nnyyxxxx/testing-11

Remove unneeded scripts
This commit is contained in:
Chris Titus 2024-09-18 12:57:35 -05:00 committed by GitHub
commit 0af0c0b547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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