Change preamble of python script to run with python3 automatically

This commit is contained in:
Markus Wegmann 2017-01-02 01:44:58 +01:00
parent e3717c6f48
commit 886fd6c19d

View file

@ -1,4 +1,4 @@
#!/bin/python3
#!/bin/env python3
# Copyright 2016 ETH Zurich and University of Bologna.