From bba30f50bd95200ce7f03617d9433480fbfc71a9 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Fri, 11 Dec 2020 17:20:48 -0900 Subject: [PATCH] Added mac compatibility, switched shabang to use /usr/bin/env bash --- bashtuner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashtuner.sh b/bashtuner.sh index e16469b..938c973 100755 --- a/bashtuner.sh +++ b/bashtuner.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Written by Storm Dragon https://social.stormdragon.tk/storm # Released under the terms of the WTFPL License http://wtfpl.net