6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd `dirname $0`
|
|
|
|
protoc --python_out=../bitkeylib/ trezor.proto
|