parent
259aae444a
commit
f9f93101ad
1 changed files with 6 additions and 2 deletions
|
@ -2,8 +2,12 @@
|
||||||
# │ shell │ bash │
|
# │ shell │ bash │
|
||||||
# ╰───────┴──────╯
|
# ╰───────┴──────╯
|
||||||
|
|
||||||
[ "${RWX_SHELL}" = "bash" ] ||
|
# based on currently running shell
|
||||||
return
|
case "${RWX_SHELL}" in
|
||||||
|
"bash") ;;
|
||||||
|
# skip illegal syntax to come
|
||||||
|
*) return ;;
|
||||||
|
esac
|
||||||
|
|
||||||
# shellcheck disable=SC3033
|
# shellcheck disable=SC3033
|
||||||
..() {
|
..() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue