#!/bin/bash if [ ! -n "$(echo "$PATH" | grep "$PWD/bin")" ]; then export PATH="$PWD/bin:$PATH" fi