github.com/pachyderm/pachyderm@v1.13.4/etc/examples/paths.sh (about) 1 #!/bin/bash 2 # these can be set by folks running the examples/Makefile.testing to use a different binaries than in the path 3 ECHO=${ECHO:-echo} 4 KUBECTL=${KUBECTL:-kubectl} 5 PACHCTL=${PACHCTL:-pachctl} 6