Use bash strict mode in most shell scripts
This commit is contained in:
parent
8ca04dec25
commit
e0c33b01b7
28 changed files with 112 additions and 28 deletions
|
|
@ -1,4 +1,7 @@
|
|||
#! /usr/bin/sh
|
||||
#! /usr/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
listopts() {
|
||||
echo "📷 Focused monitor"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue