Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am gaveup on github.
  • I am gaveup (https://keybase.io/gaveup) on keybase.
  • I have a public key ASCL7OQcIlpMXy5vpfnH9zVNBbCmRR_M1F053xdxXaaaOgo

To claim this, I am signing this object:

#!/usr/bin/env bash
while read LINE1; do
[ "$LINE1" != "" ] && break
done
while read LINE2; do
[ "$LINE2" == "" ] && continue
L_DATE1=`echo $LINE1 | awk -F':' '{print $1":"$2":"$3}'`