#!/bin/bash if [ -f /home/bc/.bashrc ]; then . /home/bc/.bashrc else echo No ~/.bashrc file found fi