2 lines
127 B
Bash
Executable file
2 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
exec "${SOURCE}/projects/bazelshim/src/bazelshim/__main__.py" --bazelshim_exclude="$(realpath "${SOURCE}")/bin" "$@"
|