exit on error

This commit is contained in:
snaki 2022-05-25 23:20:04 +02:00
parent b71b986f35
commit 220a653d53
No known key found for this signature in database
GPG key ID: C57B0E9414459801

View file

@ -1,7 +1,7 @@
#!/bin/bash
source config.sh
set -euxo pipefail
set -euo pipefail
function main {
date=$(date +%Y-%m-%d)