Added SafeDownload and added shebang to DebugMe

This commit is contained in:
2025-07-14 12:17:52 -05:00
parent 5ecde81ce4
commit 1fb5a061ae
3 changed files with 275 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/bash
function DebugMe() {
[[ $script_debug = 1 ]] && "$@" || :