ansible/files/copr/copr_bashrc
2013-10-03 20:37:34 +00:00

10 lines
164 B
Text

# .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