Skip to content

Instantly share code, notes, and snippets.

@revol
revol / keybase.md
Last active February 22, 2020 21:48
keybase.md

Keybase proof

I hereby claim:

  • I am revol on github.
  • I am revol (https://keybase.io/revol) on keybase.
  • I have a public key whose fingerprint is 4D93 021E 065E C421 4ABF 1E35 64BF FFB5 9AC8 1A8B

To claim this, I am signing this object:

## Set date with GPS
## reV 2014-09-25
GPS="/dev/ttyUSB0"
LAST="/sd/logs/date.last"
if [[ ! -e $GPS ]]; then
echo $GPS not found!
echo check last known date
if [[ -e $LAST ]]; then