mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-08 23:09:26 +07:00
shell options
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user