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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user