dotfiles/bin/current_date
2019-10-03 22:56:50 +02:00

4 lines
65 B
Bash
Executable File

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