0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-26 02:40:03 +00:00
bird/yang/json-cbor-yang

10 lines
142 B
Plaintext
Raw Normal View History

2023-11-23 09:23:46 +01:00
YDIR=$(dirname $0)
pushd $YDIR
python3 -m venv venv
2023-11-15 12:31:42 +01:00
. venv/bin/activate
pip3 install yangson cbor
2023-11-23 09:23:46 +01:00
popd
2023-11-23 09:23:46 +01:00
python3 $YDIR/json-cbor-yang.py "$@"