#!/bin/bash export AC_HOME=$PWD export PATH=${PATH}:$AC_HOME/scripts/ echo $AC_HOME echo $PATH