unknown command "r" for "yq" drama with pinout #2880
This commit is contained in:
parent
329f983485
commit
1b9e6a165b
|
@ -7,6 +7,7 @@ else
|
||||||
CONNECTORS=$1
|
CONNECTORS=$1
|
||||||
echo "Processing $CONNECTORS"
|
echo "Processing $CONNECTORS"
|
||||||
fi
|
fi
|
||||||
|
yq -V
|
||||||
for c in $CONNECTORS; do
|
for c in $CONNECTORS; do
|
||||||
echo "processing "$c
|
echo "processing "$c
|
||||||
DIR="pinouts/"$(echo $c | tr '/' '\n' | tail -n +5 | head -n -2 | tr '\n' '/')
|
DIR="pinouts/"$(echo $c | tr '/' '\n' | tail -n +5 | head -n -2 | tr '\n' '/')
|
||||||
|
|
Loading…
Reference in New Issue