From bca2ca177062c3b1c912044cb10624d042f4125a Mon Sep 17 00:00:00 2001 From: kento2 Date: Sun, 8 Mar 2026 13:39:24 +0100 Subject: [PATCH] . --- add.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/add.sh b/add.sh index 116faf5..1d3171b 100755 --- a/add.sh +++ b/add.sh @@ -14,7 +14,6 @@ for arg in $@; do continue } - cp -rv "$arg" "${arg}.bak" mkdir -vp "files/$(dirname "$file")" mv -iv "$arg" "files/$file" ln -vfs "$(realpath "files/$file")" "$arg"