Skip to content

Commit

Permalink
Document shell flags in make_preloaded.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Oct 8, 2024
1 parent 7c77992 commit 59a65bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/make_preloaded.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/usr/bin/bash
# Run this file to recreate preloaded into a fresh state.

# Abort script on any error
set -e
# Echo all commands
set -x

SCRIPT_DIR="$( dirname -- "${BASH_SOURCE[0]}" )"
Expand Down

0 comments on commit 59a65bc

Please sign in to comment.