some aliases moved to utils

This commit is contained in:
2026-02-17 16:16:08 +08:00
parent 94df267831
commit 0d7feada81
5 changed files with 86 additions and 125 deletions

4
utils/.local/bin/own Executable file
View File

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