save point and addition of sys module

This commit is contained in:
kake26 2024-05-02 13:41:45 -05:00
parent d578028a7b
commit 38f475d045
Signed by: kake26
GPG key ID: E8AFC43591876B4D
2 changed files with 38 additions and 8 deletions

View file

@ -1,8 +1,8 @@
#!/bin/bash
# this is the main script template
# this is the main script template
set -eo pipefail
set -eo pipefail #these can cause problems when you want stuff to keep going
if [[ -n "${BASHD_DEBUG}" ]]; then # a inevitability that this will be used
set -x
@ -23,10 +23,4 @@ source ./config_json.bash # can be json or ini, I preffer json
# Code goes here
eval "echo "Hello World""
eval "moo"
eval "echo "cow""
#runcmd 'false'
#runcmd 'echo "moo"'