1 2 3 4 5 6
#!/bin/sh if [ -d /opt/spinnaker/bin ]; then if [[ $PATH != *"/opt/spinnaker/bin"* ]]; then export PATH=/opt/spinnaker/bin:$PATH fi fi