#!/bin/bash

function time.now_ms {

    node -p "Date.now()" 

}
