dotfiles/.local/bin/scripts/own
xeruf 47ed53c0a6 bin: adjust scripts
most notably move sd to use lsblk
2021-11-07 06:01:56 +01:00

3 lines
105 B
Bash
Executable file

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