We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2fade commit bee3caaCopy full SHA for bee3caa
bare-minimum.sh
@@ -21,3 +21,6 @@ if ! set "${set_opts[@]}"; then
21
1>&2
22
exit 1
23
fi
24
+
25
+printf \
26
+ 'Info: Operation completed without errors.\n'
basic.sh
@@ -67,3 +67,6 @@ if test -v BASH_SOURCE; then
67
script_name="${script_filename%%.*}"
68
}
69
70
71
72
0 commit comments