From 758b40ccc4193535bd07801d554bf5416969804d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 13 May 2018 00:37:16 -0400 Subject: Tabify shell scripts --- prune.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prune.zsh') diff --git a/prune.zsh b/prune.zsh index 928fe066..db85a9d1 100755 --- a/prune.zsh +++ b/prune.zsh @@ -2,6 +2,6 @@ set -o errexit -o nounset -o pipefail find -L ~ -type l -lname "$PWD/*" | while read -r linkPath; do - rm "$linkPath" - echo "$linkPath" + rm "$linkPath" + echo "$linkPath" done -- cgit 1.4.1