change #!/bin/bash to #!/usr/bin/env bash

fixes #6
main
Echo 2023-06-27 08:57:11 +00:00 committed by GitHub
parent c15bd45c9e
commit d18074fc5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
ProgName="$(basename -- "$0")" ProgName="$(basename -- "$0")"
ScriptDir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) ScriptDir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )