0ac5906eee
added startup script callable from profile.d renamed setup.sh to load.sh added rsync copy function cprs added shell.env that is called by /etc/profile to set up access to this and related repos
6 lines
154 B
Bash
6 lines
154 B
Bash
# echo $USER .bash_profile
|
|
export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin
|
|
source $BASH_SHELL_LOAD
|
|
if [ -f ~/.bashrc ]; then
|
|
. ~/.bashrc
|
|
fi
|