aag / apple_trailer_downloader

A script to download HD trailers from the Apple Trailers website.
GNU General Public License v3.0
23 stars 5 forks source link

Dynamic shebang #11

Closed forthrin closed 8 years ago

forthrin commented 8 years ago

Change the first line of the script so that it will use the user's default Python interpreter.

#!/usr/bin/env python

With the current hardcoded setup, it fails on some systems.

aag commented 8 years ago

Done