1 2 3 4 5 6 7 8 9 10 11 12
# # Bash initialization # # If not running interactively, don't do anything case $- in *i*) ;; *) return;; esac # Load the profile . $HOME/.profile