myhome/.local/bin/sb-clock

6 lines
78 B
Bash
Executable File

#!/bin/bash
print_date(){
echo -e "🕛 $(date +"%d/%m %H:%M")"
}
print_date