Change shebang

Allows to be run without calling python in venv

Signed-off-by: Sam Therapy <sam@samtherapy.net>
pull/1/head
Not Sam 1 year ago
parent 831a5034c0
commit 5b5bc47967
Signed by untrusted user: NotSam
GPG Key ID: 4D8B07C18F31ACBD

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import subprocess
import argparse
import shutil

Loading…
Cancel
Save