- added useful shell features

- cosmetics: whitespace
This commit is contained in:
fabian 2023-06-02 15:54:37 +02:00
parent 4cab17e726
commit 8358af1077

View File

@ -2,6 +2,9 @@
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
set -o pipefail
# set -u
# If not running interactively, don't do anything
if [[ $- != *i* ]]; then
return