From f2d96345f2aab50baae4c00ec78a21d4619bc3e2 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 3 May 2015 05:01:35 +0200 Subject: [PATCH] Make symlink script verbose. --- symlink.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symlink.sh b/symlink.sh index a78b1de..f3399aa 100755 --- a/symlink.sh +++ b/symlink.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -x + dir=~/config/dotfiles dir_root=~/config/dotfiles_root for file in `ls $dir`; do -- 2.30.2