mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 20:19:23 +00:00
4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
cd ./trezor-common/protob
|
|
protoc --python_out=../../trezorlib/ -I/usr/include -I. -I. trezor.proto
|