This commit is contained in:
Suzanne Soy 2021-10-27 21:10:53 +01:00
parent 419d95b7ef
commit 6bd54b7a00

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e
set -x
print_help() { print_help() {
echo "Usage:" echo "Usage:"
echo " -v, --verbose Verbose output." echo " -v, --verbose Verbose output."