From b9843b43a30c147e67bf9c3d6d245138906db64d Mon Sep 17 00:00:00 2001 From: betorcs Date: Wed, 9 Nov 2022 13:50:33 -0300 Subject: [PATCH] Use env to solve python3 Each platform or linux distro has executable in different paths, using env to solve this --- hoaxshell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoaxshell.py b/hoaxshell.py index 9b21aa7..3252ba8 100644 --- a/hoaxshell.py +++ b/hoaxshell.py @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/usr/bin/env python3 # # Author: Panagiotis Chartas (t3l3machus) # https://github.com/t3l3machus