This commit is contained in:
CerberusV1
2024-10-11 20:43:45 +02:00
parent 2bd9de76c9
commit 95ec7a838c

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Script in strict mode # Script in strict mode
set -eu # set -eou pipefail
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
# Imports # Imports