improve shebang in scripts

This commit is contained in:
buanet
2023-11-14 20:29:17 +01:00
parent 2eb7f4e71f
commit 92821ab262
6 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# reading env
debug=$DEBUG