dotfiles/.local/scripts/9999_date
Linux User 2db42127d0 update
2022-08-13 18:10:53 +00:00

7 lines
91 B
Bash

#!/bin/bash
date=$(date +"%d.%m.%y")
time=$(date +"%H:%M:%S")
echo "$date$time"