github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/tests/scripts/bin_wrapper.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
     4  
     5  # Use burrow, solc binaries in the repo's bin directory
     6  export PATH=$(readlink -f ${script_dir}/../../bin):$PATH
     7  
     8  "$@"