Files
dotfiles/utils/.local/bin/own
T
2026-02-17 16:16:08 +08:00

5 lines
96 B
Bash
Executable File

#!/usr/bin/env bash
set -eo pipefail
sudo chown "$(whoami)". -R --changes --preserve-root "$@"