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
5 lines
159 B
Bash
5 lines
159 B
Bash
#!/bin/bash
|
|
# uncomment for debuggin
|
|
echo ".bash_profile sourced at user $USER login"
|
|
|
|
# [[ $- == *i* ]] && [[ -f "$HOME/.bashrc" ]] && source "$HOME/.bashrc"
|