dotfiles/local/bin/mkddate
Hippolyte Chauvin c1c1d8adbd Scripts
2023-04-13 00:04:20 +02:00

5 lines
79 B
Bash
Executable file

#!/bin/sh -e
path="${1:-.}/$(date +'%Y_%m_%d')"
mkdir -p "$path"
echo "$path"