home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e10414b
)
Make symlink script verbose.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 3 May 2015 03:01:35 +0000
(
05:01
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 3 May 2015 03:01:35 +0000
(
05:01
+0200)
symlink.sh
patch
|
blob
|
history
diff --git
a/symlink.sh
b/symlink.sh
index a78b1dec9ad57240b49b7367db5623c558fb6d2d..f3399aaffa323615b77e0af1924207d40648e282 100755
(executable)
--- 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