From a24ab4cedc0d85e602cb6acfd917d3797eb22e66 Mon Sep 17 00:00:00 2001 From: Pan Pernicek <61617356+Pan00Pernicek@users.noreply.github.com> Date: Wed, 3 Mar 2021 13:19:08 +0100 Subject: [PATCH] add shebang by adding shebang (first line) this script will be able to be executable binary on unix like systems shouldn't affect windows and windows's python should ignore it --- portablemc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/portablemc.py b/portablemc.py index e0d97f62..969cdf29 100644 --- a/portablemc.py +++ b/portablemc.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python from urllib.request import Request as URLRequest from http.client import HTTPResponse from urllib import request as urlreq