1 2 3 4 5 6 7 8 9 10
# .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi if [ -f /home/copr/cloud/ec2rc.sh ]; then . /home/copr/cloud/ec2rc.sh fi