mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
7 lines
70 B
Bash
7 lines
70 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
env -i \
|
||
|
PATH=/usr/bin:/bin \
|
||
|
HOME=$HOME \
|
||
|
bazel "$@"
|