1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 21:24:15 +00:00

handle symlink of templates through working directory

This commit is contained in:
deadc0de6
2018-09-02 14:35:14 +02:00
parent 401c9a2d0c
commit 37d676d22d
7 changed files with 135 additions and 32 deletions

View File

@@ -89,7 +89,7 @@ grep '^this is some test' ${tmpd}/abc >/dev/null
grep '^12' ${tmpd}/abc >/dev/null
grep '^another test' ${tmpd}/abc >/dev/null
cat ${tmpd}/abc
#cat ${tmpd}/abc
## CLEANING
rm -rf ${tmps} ${tmpd}