dotfiles/.local/bin/scripts/own

4 lines
105 B
Plaintext
Raw Normal View History

#!/bin/sh
# Take ownership of the given files recursively
sudo chown -R --preserve-root $USER:$USER "$@"