From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 3 May 2015 03:01:35 +0000 (+0200)
Subject: Make symlink script verbose.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/booking/reset_cookie?a=commitdiff_plain;h=f2d96345f2aab50baae4c00ec78a21d4619bc3e2;p=config

Make symlink script verbose.
---

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