Add debugging

This commit is contained in:
Carles Pina i Estany 2023-05-19 16:33:58 +02:00
parent cbe757f8d8
commit eb64c81967

View File

@ -1,4 +1,4 @@
#!/bin/sh -l
#!/bin/sh -lx
set -e # if a command fails it stops the execution
set -u # script fails if trying to access to an undefined variable