mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
10 lines
142 B
Plaintext
Executable File
10 lines
142 B
Plaintext
Executable File
YDIR=$(dirname $0)
|
|
|
|
pushd $YDIR
|
|
python3 -m venv venv
|
|
. venv/bin/activate
|
|
pip3 install yangson cbor
|
|
popd
|
|
|
|
python3 $YDIR/json-cbor-yang.py "$@"
|