0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 20:28:43 +00:00
bird/yang/cbor-json-yang
2023-11-15 13:56:37 +01:00

6 lines
99 B
Plaintext
Executable File

python3 -m venv venv
. venv/bin/activate
pip3 install yangson cbor
python3 cbor-json-yang.py "$@"