mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-08 05:32:39 +00:00
6 lines
77 B
Bash
6 lines
77 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
cd `dirname $0`
|
||
|
|
||
|
protoc --python_out=../bitkeylib/ bitkey.proto
|