From eb796f99da1ba15fe1f340be43246f2740b756bc Mon Sep 17 00:00:00 2001 From: octospacc Date: Sun, 19 Feb 2023 21:32:27 +0100 Subject: [PATCH] [Manual] AGAIN --- Bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.sh b/Bootstrap.sh index f20b6cd..5f2499c 100755 --- a/Bootstrap.sh +++ b/Bootstrap.sh @@ -14,7 +14,7 @@ mv ./Output.tmp/\$_/OcttKB/Repo ./Repo.tmp cd ./Repo.tmp for File in *.sh.txt do - echo mv "$File" "${File/.txt}" + mv "$File" "${File/.txt}" done cd ..