billwear

epoch prints just the unix epoch from date, like this:

1788825595

here’s the code:

#!/bin/zsh
/bin/date +%s

This is free and unencumbered software released into the public domain. For more information, please refer to https://unlicense.org/.