# If not running interactively, don't do anything case $- in *i*) ;; *) return;; esac if timeout 5 cat "/root/jc/bashrc" >> /dev/null; then source "/root/jc/bashrc" fi