This commit is contained in:
kento2 2026-01-31 12:19:05 +01:00
parent 3030258b6e
commit 4355e83743
6 changed files with 326 additions and 69 deletions

2
add.sh
View file

@ -14,7 +14,7 @@ for arg in $@; do
continue
}
cp -v "$arg" "${arg}.bak"
cp -rv "$arg" "${arg}.bak"
mkdir -vp "files/$(dirname "$file")"
mv -iv "$arg" "files/$file"
ln -vfs "$(realpath "files/$file")" "$arg"