This commit is contained in:
kento2 2026-03-03 15:53:06 +01:00
parent baeca74b20
commit 87223381f1
2 changed files with 3 additions and 0 deletions

View file

@ -30,6 +30,7 @@ while read -r path; do
continue
fi
pwd
ln -fs "$(realpath "$path")" "$HOME/$path"
echo "[x] created symlink $path -> $HOME/$path"
fi