Merge pull request #561 from sigwinch28/use-env-for-shebangs

Use /usr/bin/env in shebangs
This commit is contained in:
Iceman
2020-02-21 15:24:50 +01:00
committed by GitHub
27 changed files with 27 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
#! /usr/bin/python3
#! /usr/bin/env python3
import json
import subprocess