cleaned up a bit and readied for general use
authorChris Koeritz <fred@gruntose.com>
Sun, 9 Oct 2016 19:20:03 +0000 (15:20 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 9 Oct 2016 19:20:03 +0000 (15:20 -0400)
scripts/files/lesser.sh

index afcc562563198fe034eaa18bf2fba62411eed583..7d85ca575a0781f354007f64e940a0f7c8d464a6 100644 (file)
@@ -27,14 +27,19 @@ function lesser()
     export LESSOPEN="| source-highlight -f esc -o STDOUT -i %s"
   fi
 
-#hmmm, will we need to iterate on the input array to get this right?
 
   # run the source highlighter first if needed.
   /bin/less -r "${@}" 
 
+#hmmm, will we need to iterate on the input array to get this right?
+
 #hmmm: do we need to protect above from space hosings?
-#hmmm: done, maybe.  if this still works for multiple parms...
+#  done, maybe.  if this still works for multiple parms...
 
 }
 
+# now that we have our function, just use it on all the input parameters.
+# this is done to avoid adding yet another function to the core.
+lesser "${@}" 
+