From 939cfcded2e644ed41eaf3a7f22406385da51cf3 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 1 Aug 2018 10:19:44 +0100 Subject: Change shebang to use python2 specifically --- perc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perc b/perc index f5283c0..4055f25 100755 --- a/perc +++ b/perc @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python2 # McAuthor: CarpNet (thanks to a paradigm shifting idea by Bikeman) (some changes by wjoe) -- cgit v1.2.3