0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 02:01:55 +00:00
bird/yang/cbor-json-yang

10 lines
142 B
Plaintext
Raw Normal View History

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