From 4fec4a5531c7388d3767510dcf4b8d3ee96e7a67 Mon Sep 17 00:00:00 2001 From: tosu Date: Tue, 31 Jan 2023 12:26:56 +0100 Subject: [PATCH] Update 'clone_dotfiles.sh' --- clone_dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone_dotfiles.sh b/clone_dotfiles.sh index a2ceb3a..856b65b 100644 --- a/clone_dotfiles.sh +++ b/clone_dotfiles.sh @@ -2,4 +2,4 @@ git init git remote add origin https://git.timo.one/tosu/dotfilestosu git fetch git branch main origin/main -git checkout main 2>&1 | grep -v error | grep -v Please | grep -v aborting \ No newline at end of file +git checkout main 2>&1 | grep -v error | grep -v Please | grep -v Aborting | xargs -I {} file \ No newline at end of file