mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-03 15:44:53 -04:00
shell options
This commit is contained in:
parent
0d50615658
commit
cfe19e31d8
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
|||
## Copyright (C) 2012 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
set -e
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o errtrace
|
||||
set -o pipefail
|
||||
shopt -s nullglob
|
||||
|
||||
run_cmd() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue