dotfiles/home/private_dot_config/zsh/functions/executable_today

4 lines
64 B
Bash

#!/usr/bin/env zsh
local sep=${1:-}
date "+%Y${sep}%m${sep}%d"