still thinking the 24 hour date will look nicer with a colon.
authorChris Koeritz <fred@gruntose.com>
Sat, 11 Apr 2015 03:28:00 +0000 (23:28 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 11 Apr 2015 03:28:00 +0000 (23:28 -0400)
scripts/core/inventory.sh

index 9390dc7464067710e269cb3ac8ab7b8e729b2b53..dc48419fd2e6dbbd943d29cb3c43e364d4343dfb 100644 (file)
@@ -26,7 +26,7 @@ else
 fi
 
 echo
-echo "it is $(date +"%A at %H%M hours on day %e of the %B moon in the gregorian year %Y" | tr A-Z a-z) and our intrepid adventurer $USER is exploring a computer named $(hostname) (code-name $codename) and has found that the machine's OS platform is $(uname -m) and its current incarnation has been ${up}." | splitter 
+echo "it is $(date +"%A at %H:%M hours on day %e of the %B moon in the gregorian year %Y" | tr A-Z a-z) and our intrepid adventurer $USER is exploring a computer named $(hostname) (code-name $codename) and has found that the machine's OS platform is $(uname -m) and its current incarnation has been ${up}." | splitter 
 #hmmm: splitter not accepting these args properly right now:
 #--mincol 2 --maxcol 40
 echo