TotallyNotChase / glitch-this

:camera: Glitchify images and GIF - with highly customizable options!
MIT License
1.75k stars 63 forks source link

Update shebang to reflect documentation/best-practice #8

Closed KopfKrieg closed 4 years ago

KopfKrieg commented 4 years ago

The shebang for python 3 should be: #!/usr/bin/env python3

This is also mentioned in the documentation, since "python" can still link to both, python2 and python3.