3 source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
6 echo '###############################################################################'
8 echo Your user name is $USER on a computer named $(hostname).
9 echo Your machine platform is $(uname -m).
10 echo The time is $(date_stringer | sed -e 's/_/ /g' | sed -e 's/\([0-9][0-9]\) \([0-9][0-9]\)$/:\1:\2/')
12 echo '###############################################################################'
14 echo You have the following files here:
17 echo '###############################################################################'
19 echo You are sharing the machine with:
22 echo '###############################################################################'
24 echo You are running the following processes:
25 . $FEISTY_MEOW_SCRIPTS/users/findme.sh
27 echo '###############################################################################'