removed -x option from shebang

This commit is contained in:
Kasper D. Fischer 2021-10-27 10:02:12 +02:00
parent 5455f182d7
commit 8b2b58be05

View File

@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/bash
# version: VVVVV
if [ $# -le 1 ] ; then