- Use #!/usr/bin/env bash instead of #!/bin/bash for better portability

This commit is contained in:
DeftDawg
2024-12-22 01:14:54 -05:00
parent cfedcec3a6
commit cde912deef
4 changed files with 4 additions and 4 deletions

View File

@@ -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