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 92a721b commit 30b4107Copy full SHA for 30b4107
example.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+# Remeber to use: https://www.shellcheck.net
3
+set -euo pipefail
4
+IFS=$'\n\t'
5
+
6
+# Uncomment for Debugging
7
+#set -x
script.sh
0 commit comments