ltsdw / gofile-downloader

Download files from https://gofile.io
GNU General Public License v3.0
140 stars 36 forks source link

Add shebang #3

Closed kattjevfel closed 2 years ago

kattjevfel commented 2 years ago

Kind of a nitpick, but could you please add a shebang to the script, so that users can run the script directly without prefixing it with python?

#!/usr/bin/env python3 should be fine

ltsdw commented 2 years ago

sure thing Add shebang line

thank you 😄

closing.