some light refactoring and general cleanup

This commit is contained in:
2025-06-30 12:04:16 -05:00
parent 781d438d4a
commit 363fd3eef3
5 changed files with 29 additions and 42 deletions

View File

@@ -1,8 +0,0 @@
#!/bin/bash
bail_out()
#Exit code
{
echo "Exiting...."
exit 0
}