]> git.treefish.org Git - backmeupscotty.git/commitdiff
modified timestamp format
authorAlexander Schmidt <alex@treefish.org>
Mon, 20 Jul 2015 22:18:58 +0000 (00:18 +0200)
committerAlexander Schmidt <alex@treefish.org>
Mon, 20 Jul 2015 22:18:58 +0000 (00:18 +0200)
backmeupscotty

index 5aa72cc790e31a27b3387c453ebe53b1da71f6bb..dd1471123bf372d0b60455d4b0a1ea9dee9eb5ca 100644 (file)
@@ -10,7 +10,7 @@ _ERROR_ENCOUNTERED=0
 _UPPERME=$(echo $(basename $0) | tr '[:lower:]' '[:upper:]')
 
 function timestamp {
-    date +"[%y-%m-%d %H:%M:%S]"
+    date +'[%y-%m-%d|%H:%M:%S]'
 }
 
 function scottyline {