Added missing shebangs
This commit is contained in:
parent
a2cbdd25ac
commit
1e26bc0d04
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
import os
|
||||
import sys
|
||||
import coverage
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
rm -r ./kibot/bom/__pycache__ ./kibot/kicad/__pycache__ ./kibot/mcpyrate/__pycache__ ./kibot/__pycache__ ./tests/.config/kiplot/plugins/__pycache__ ./tests/.config/kibot/plugins/__pycache__ ./tests/utils/__pycache__ ./tests/test_plot/fake_pcbnew/__pycache__ ./tests/test_plot/__pycache__ ./tests/__pycache__
|
||||
touch kibot/*.py
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
#!/bin/sh
|
||||
tar Jcvf cache.tar.xz ./kibot/bom/__pycache__ ./kibot/kicad/__pycache__ ./kibot/mcpyrate/__pycache__ ./kibot/__pycache__ ./tests/.config/kiplot/plugins/__pycache__ ./tests/.config/kibot/plugins/__pycache__ ./tests/utils/__pycache__ ./tests/test_plot/fake_pcbnew/__pycache__ ./tests/test_plot/__pycache__ ./tests/__pycache__
|
||||
|
|
|
|||
Loading…
Reference in New Issue