Skip to content

Commit

Permalink
Fix shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkeen committed Jun 16, 2020
1 parent ee4529c commit 8c4cf18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/bundle.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ OUT="bin"

bundle-library() {
cat > "$OUT/lib.bundle.bash" <<ENDBANNER
#!/usr/bin/env bash
#######
# MageOps Bash Tools Library Bundle
# On: $(date)
Expand All @@ -30,6 +32,8 @@ bundle-script() {
OUTFILE="$OUT/$NAME.bundle.bash"

cat > "$OUTFILE" <<ENDBANNER
#!/usr/bin/env bash
#######
# Bundled Bash Tools Script: $(realpath "$1")
# On: $(date)
Expand Down

0 comments on commit 8c4cf18

Please # to comment.