added a recustom macro for copying my personal aliases into the
[feisty_meow.git] / scripts / examples / custom_overrides / fred / java_profile.sh
index 7186b4467fbd484d4067d2d44aada0beab1bd1a3..9ef448047ab7527090427db47af936537ff3880a 100644 (file)
@@ -1,4 +1,7 @@
 #!/bin/bash
+
+# Author: Chris Koeritz
+
 # this script tries to intuit where java is installed on this machine.
 
 ############################
@@ -97,4 +100,6 @@ if [ ! -z "$ECLIPSE_DIR" ]; then
   export PATH=$ECLIPSE_DIR:$PATH
 fi
 
+############################
+