Hash-Bang update

Modify Hash-Bang so other *nix systems load the bash enviorment instead of hard code bash path.
This commit is contained in:
Kaisa Marysia 2022-03-26 08:12:34 +01:00
parent c11a244cc6
commit fa783f0a8a

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
usage()
{
cat <<EOF