7 lines
91 B
Python
Executable File
7 lines
91 B
Python
Executable File
#!/bin/bash
|
|
|
|
# Silence annoying gRPC logs
|
|
export GRPC_VERBOSITY="ERROR"
|
|
|
|
bear -- ./compile
|