hyprland-void-dots/scripts/utils.sh
2024-03-21 23:45:50 +03:30

8 lines
127 B
Bash
Executable file

#!/bin/bash
log() {
local timestamp=$(date +"%T")
local message="======> $1 : $timestamp"
echo -e "\n$message"
}