Update shebang for shell compatibility #6

Changed the shebang in the octojoom script. This change improves portability by allowing the script to run in environments where /bin/bash may not be available.
This commit is contained in:
Llewellyn van der Merwe 2024-06-01 15:08:38 +02:00
parent b7973a0011
commit eaa5b217c8
Signed by: Llewellyn
GPG Key ID: A9201372263741E7

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# The most recent program version.
_VERSION="3.6.1"