mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
4 lines
111 B
Bash
4 lines
111 B
Bash
|
#!/bin/bash
|
||
|
cd ./trezor-common/protob
|
||
|
protoc --python_out=../../trezorlib/ -I/usr/include -I. -I. trezor.proto
|