save point and addition of sys module
This commit is contained in:
parent
d578028a7b
commit
38f475d045
2 changed files with 38 additions and 8 deletions
10
script.bash
10
script.bash
|
@ -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"'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue