1
0
Fork 0
bin/.bash_profile

14 lines
332 B
Bash
Raw Normal View History

2018-01-06 19:43:55 +00:00
# ~/.bash_profile: executed by bash(1) for login shells.
2018-01-06 23:02:39 +00:00
sbrl_bashprofile_executed=true;
2018-01-06 19:43:55 +00:00
if [ ! -f "/dev/shm/cloudcatcher-banner.txt" ]; then
$HOME/bin/cloudcatcher/cloudcatcher.sh >/dev/shm/cloudcatcher-banner.txt;
fi
cat /dev/shm/cloudcatcher-banner.txt;
2018-01-06 19:47:05 +00:00
if [ "${sbrl_bashrc_executed}" = "" ]; then
source $HOME/.bashrc;
fi
2018-01-06 19:47:05 +00:00