diff --git a/contrib/contributors.py b/contrib/contributors.py index e1d4da3..a46a29a 100644 --- a/contrib/contributors.py +++ b/contrib/contributors.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """Update the contributor list Alias handling is done by git with .mailmap diff --git a/contrib/cyrillic_convert.py b/contrib/cyrillic_convert.py index aa748e5..58eafd3 100644 --- a/contrib/cyrillic_convert.py +++ b/contrib/cyrillic_convert.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """Convert gibberish back into Cyrillic""" diff --git a/contrib/gallery.py b/contrib/gallery.py index abfacbf..289cbac 100644 --- a/contrib/gallery.py +++ b/contrib/gallery.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ Outputs a huge image with all currently-supported block textures. """ diff --git a/contrib/playerInspect.py b/contrib/playerInspect.py index e8d070e..568e427 100644 --- a/contrib/playerInspect.py +++ b/contrib/playerInspect.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ Very basic player.dat inspection script """