dotfiles/bin/current_date

4 lines
65 B
Bash
Executable File

#!/usr/bin/env bash
LANG=fr_FR.UTF-8 date +'%R %a, le %d/%m/%Y'