mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
- Use #!/usr/bin/env bash instead of #!/bin/bash for better portability
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
source ./install.sh
|
||||
pushd exo/networking/grpc
|
||||
python3 -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. node_service.proto
|
||||
|
||||
Reference in New Issue
Block a user