Tighter error handling

This commit is contained in:
~lucidiot 2022-07-29 19:32:18 +02:00
parent e6d25a105d
commit 10a39bf0c9
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash -e
#!/bin/bash
set -euo pipefail
shopt -s globstar
tree_output=$(mktemp "/tmp/$USER.XXXXXXXXXX")