dotfiles/home/private_dot_config/zsh/functions/executable_today

5 lines
64 B
Text
Raw Normal View History

2024-09-25 12:06:55 -05:00
#!/usr/bin/env zsh
local sep=${1:-}
date "+%Y${sep}%m${sep}%d"