Files
land/dotfiles/tmux/.config/tmux/time.sh
T
2026-05-27 22:56:43 +03:00

7 lines
69 B
Bash
Executable File

#!/bin/sh
set -eu pipefail
time="$(date "+%I:%M %p")"
echo "$time"