Adjust the shebang to avoid hardcoded python3.7 and use env instead - transferwee - Download/upload file via wetransfer.com
 (HTM) git clone https://github.com/iamleot/transferwee
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 8af62af6f02900f297adb930f1c9be3008565d14
 (DIR) parent 51f9fc3b6f8bf328584ed264dfb36ca29ca3eeda
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Sun,  6 Jan 2019 21:54:17 +0100
       
       Adjust the shebang to avoid hardcoded python3.7 and use env instead
       
       Diffstat:
         M transferwee.py                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/transferwee.py b/transferwee.py
       @@ -1,4 +1,4 @@
       -#!/usr/pkg/bin/python3.7
       +#!/usr/bin/env python3.7
        
        #
        # Copyright (c) 2018 Leonardo Taccari