/usr/bin/env bash

This commit is contained in:
nin0dev 2024-11-15 18:44:58 -05:00
parent 98e6d30921
commit d4bff43e17

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Dependency check
command -v jq > /dev/null && true || printf "\033[1;31mInstall jq, then come back.\n"