1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 18:29:17 +00:00

speed up template detection

This commit is contained in:
deadc0de6
2020-11-18 15:23:28 +01:00
parent ef6d78ed45
commit 578fb86466
2 changed files with 14 additions and 8 deletions

View File

@@ -67,8 +67,8 @@ config:
actions:
pre:
first: 'echo first > ${tmpa}/cookie'
second: 'echo second >> ${tmpa}/cookie'
third: 'echo third >> ${tmpa}/cookie'
second: 'sleep 1; echo second >> ${tmpa}/cookie'
third: 'sleep 1; echo third >> ${tmpa}/cookie'
dotfiles:
f_first:
dst: ${tmpd}/first