Make scripts executable and add shebangs
This commit is contained in:
parent
183be1c828
commit
beec75e511
2
key_decoder.py
Normal file → Executable file
2
key_decoder.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import cadquery as cq
|
||||
from cadquery import exporters
|
||||
|
||||
|
2
snap_on_templates.py
Normal file → Executable file
2
snap_on_templates.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import cadquery as cq
|
||||
from cadquery import exporters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user