rudimentary java library beginning. cleaned up scripts quite
[feisty_meow.git] / scripts / core / functions.sh
index a8f570a09b3e7d5c554384076cabef61d35c8c9e..31e94a044a497525ca29016a84e3cea75b4c6e93 100644 (file)
@@ -8,7 +8,9 @@ fi
 
 # a handy little method that can be used for date strings.  it was getting
 # really tiresome how many different ways the script did the date formatting.
-function date_stringer() { date +"%Y_%m_%e_%H%M_%S" | tr -d '/\n/' }
+function date_stringer() {
+  date +"%Y_%m_%e_%H%M_%S" | tr -d '/\n/'
+}
 
 # makes a directory of the name specified and then tries to change the
 # current directory to that directory.