#!/bin/bash -efu

echo "[$(date -u -d "@$(($(date +'%s') - ${STARTUP_TIME:-0}))" +"%T")]"
