fix usage examples
This commit is contained in:
parent
8946f6eba7
commit
bc870e3a60
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ jq -r .stammdaten.address_label $MEMBERFILE | python address-label.py
|
||||||
Needs to be in the same network as the printer.
|
Needs to be in the same network as the printer.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo "Max Hackerberg\nLeibnizstr. 32\n39104 Magdeburg" | address-label.sh
|
echo "Max Hackerberg\nLeibnizstr. 32\n39104 Magdeburg" | ./address-label.sh
|
||||||
|
|
||||||
MEMBERFILE="../Vorstand/stammdaten-formular/example.json"
|
MEMBERFILE="../Vorstand/stammdaten-formular/example.json"
|
||||||
jq -r .stammdaten.address_label $MEMBERFILE | address-label.sh
|
jq -r .stammdaten.address_label $MEMBERFILE | ./address-label.sh
|
||||||
```
|
```
|
Loading…
Reference in a new issue