some aliases moved to utils
This commit is contained in:
4
utils/.local/bin/own
Executable file
4
utils/.local/bin/own
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
|
||||
sudo chown "$(whoami)". -R --changes --preserve-root "$@"
|
||||
Reference in New Issue
Block a user