mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-24 13:54:57 +00:00
sh: Add strict failure flags
This commit is contained in:
parent
eced2d558e
commit
92926c73f9
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -Eeu -o pipefail
|
||||
|
||||
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user