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 e0698d6 commit 46c5e33Copy full SHA for 46c5e33
gh-token
@@ -1,4 +1,10 @@
1
#!/usr/bin/env bash
2
+
3
+if (( ${BASH_VERSION%%.*} < 5 )); then
4
+ echo "Bash is too old: ${BASH_VERSION}; Bash 5.+ is required"
5
+ exit 1
6
+fi
7
8
###############################################################################
9
# * _____ _ *_ _______ * _ * * ** *
10
# / ____| |* | | |__ __| | | * * 🦄 *
0 commit comments