Skip to content

Commit

Permalink
Add debug statement for input global directories
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-glisman committed Feb 28, 2024
1 parent 7525b6d commit a7610cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions submission/1eqbm_7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ done

# filter input globals
input_globals=("${input_globals[@]:${idxs[0]}:${#idxs[@]}}")
echo "DEBUG: Running input global directories: ${input_globals[@]}"

# start script
date_time=$(date +"%Y-%m-%d %T")
Expand Down

0 comments on commit a7610cc

Please sign in to comment.