Make shebang more portable with env

This commit is contained in:
Lovetocode999 2021-02-28 08:24:07 -07:00
parent 35733482a7
commit a23adbc2e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Variables
if [ $# -eq 0 ]; then