dotfiles/.config/dwl/scripts/current_date.sh

5 lines
80 B
Bash
Raw Normal View History

2022-11-26 23:40:39 +01:00
#!/bin/bash
current_date=$(date "+%d/%m/%Y %H:%M")
echo "${current_date} "