1
0
Fork 0
bin/.bash_profile

8 lines
228 B
Bash

# ~/.bash_profile: executed by bash(1) for login shells.
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;