Fix shebang in command-line scripts

This commit is contained in:
Bruno Postle
2020-07-30 00:58:35 +01:00
committed by Dion Moult
parent a337c480a9
commit 0cc816922c
7 changed files with 7 additions and 2 deletions
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/python3
# Unix:
# $ pyinstaller --onefile --clean --icon=icon.ico --add-data "features:features" bimtester.py`
# Windows:
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/python3
###############################################################################
# #
# This file is part of IfcOpenShell. #
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/python3
# This code is taken from the trimesh project at https://github.com/mikedh/trimesh/blob/master/trimesh/collision.py
# License MIT https://github.com/mikedh/trimesh/blob/master/LICENSE.md
+1 -1
View File
@@ -1,4 +1,4 @@
#!python
#!/usr/bin/python3
import collision
import ifcopenshell
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/python3
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico bimtester.py`
import os
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/python3
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifccsv.py`
import ifcopenshell
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifcdiff.py`
import ifcopenshell