#!/usr/bin/env sh

function timestamp {
    date +%s
}

timestamp

