From 7333fdb3300ba2e61b0acaa7dbbd070d50b4e456 Mon Sep 17 00:00:00 2001 From: CorpNewt Date: Fri, 9 Nov 2018 09:30:58 -0600 Subject: [PATCH] Use /usr/bin/env python shebang --- gibMacOS.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gibMacOS.command b/gibMacOS.command index e8eb85d..fc60cd0 100755 --- a/gibMacOS.command +++ b/gibMacOS.command @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python from Scripts import * import os, datetime, shutil, time, sys, argparse