Python scripts now run without invoking Python

Changed my made python scripts so there is no need to invoke python:  just run with
`sudo ./<FILENAME>`
This commit is contained in:
mutto233
2018-07-06 18:44:57 -04:00
committed by GitHub
parent 91060e97c0
commit cc3514ea4d
2 changed files with 27 additions and 25 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Created on Thu Jun 28 17:33:59 2018