rudimentary java library beginning. cleaned up scripts quite
[feisty_meow.git] / scripts / core / i.sh
index 18460d3d1a390664d7162d48b0442e65d93cc279..865c5b142956635460794fc7a9c596e6ed83f2cc 100644 (file)
@@ -1,8 +1,6 @@
 #!/bin/bash
 
 (
-source $SHELLDIR/core/date_stringer.sh
-
 echo '###############################################################################'
 echo
 echo Your user name is $USER on a computer named $(hostname).
@@ -22,7 +20,7 @@ echo
 echo '###############################################################################'
 echo
 echo You are running the following processes:
-. $SHELLDIR/users/findme.sh
+. $FEISTY_MEOW_SCRIPTS/users/findme.sh
 echo
 echo '###############################################################################'
 ) | less