Added Logo

This commit is contained in:
2025-06-02 23:35:03 -04:00
parent 29f21d84d8
commit d3eba6560d
12 changed files with 255 additions and 44 deletions

View File

@@ -21,7 +21,7 @@
Help()
{
echo "Bash script for building fennec from source."
echo "Bash script for running the fennec test suite. By default, the build script executes in debug mode."
echo
echo "GNU long options:"
echo "--help (-h) = Print this help info."
@@ -87,7 +87,7 @@ All()
# Main Program =========================================================================================================
if [[ $# -eq 0 ]] ; then
All
Debug
exit 0
fi