mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-05-30 07:53:43 +02:00
8 lines
127 B
Bash
Executable file
8 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
|
|
log() {
|
|
local timestamp=$(date +"%T")
|
|
local message="======> $1 : $timestamp"
|
|
|
|
echo -e "\n$message"
|
|
}
|