Files
.dotfiles/.local/bin/uwu
Quinn 9ece4e28de move xdg directories to the default location.
a lot of applications seem to hardcode this location, so it's better to
have something default, or default-adjasoned.
2025-11-19 10:08:24 +01:00

7 lines
62 B
Bash
Executable File

#!/usr/bin/sh
while true; do
printf "owo "
sleep 0.25
done