#!/usr/bin/env sh
# ──────────────────────────────────────────────────────────────────────────────
# $source: cappysan-dotfile-scripts$
# ──────────────────────────────────────────────────────────────────────────────
#
# NAME
#      now - just print the date in a human friendly ISO style format
#
# SEE ALSO
#      date(1)
#
exec date $@ +"%Y-%m-%d %H:%M:%S"
