bin/epochmilliseconds @ c6e6e4b4d601

eq
author Steve Losh <steve@stevelosh.com>
date Tue, 26 Mar 2019 22:05:07 -0400
parents 2462583456f0
children (none)
#!/usr/bin/env bash

python2 -c 'import time; print int(time.time() * 1000)'