b887f32e40cd

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Oct 2017 17:58:52 -0400
parents 2462583456f0 (diff) ce2f184901ce (current diff)
children 1ecae6c99d54
branches/tags (none)
files

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/epochmilliseconds	Sat Oct 14 17:58:52 2017 -0400
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+python2 -c 'import time; print int(time.time() * 1000)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/epochseconds	Sat Oct 14 17:58:52 2017 -0400
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+date '+%s'