whoops, still had yeti reference in here.
[feisty_meow.git] / scripts / core / i.sh
index 18460d3d1a390664d7162d48b0442e65d93cc279..7c174b7f765e9e9e106851bbe0c9a244ed8528e9 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-(
-source $SHELLDIR/core/date_stringer.sh
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
 
+(
 echo '###############################################################################'
 echo
 echo Your user name is $USER on a computer named $(hostname).
@@ -22,7 +22,7 @@ echo
 echo '###############################################################################'
 echo
 echo You are running the following processes:
-. $SHELLDIR/users/findme.sh
+. $FEISTY_MEOW_SCRIPTS/users/findme.sh
 echo
 echo '###############################################################################'
 ) | less