1 parent ee4529c commit 8c4cf18Copy full SHA for 8c4cf18
1 file changed
.ci/bundle.bash
@@ -10,6 +10,8 @@ OUT="bin"
10
11
bundle-library() {
12
cat > "$OUT/lib.bundle.bash" <<ENDBANNER
13
+#!/usr/bin/env bash
14
+
15
#######
16
# MageOps Bash Tools Library Bundle
17
# On: $(date)
@@ -30,6 +32,8 @@ bundle-script() {
30
32
OUTFILE="$OUT/$NAME.bundle.bash"
31
33
34
cat > "$OUTFILE" <<ENDBANNER
35
36
37
38
# Bundled Bash Tools Script: $(realpath "$1")
39
0 commit comments