dotfiles/.config/sway/scripts/current_date.sh

5 lines
80 B
Bash
Raw Normal View History

2023-01-03 17:54:31 +01:00
#!/bin/bash
current_date=$(date "+%d/%m/%Y %H:%M")
echo "${current_date} "