1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 13:44:16 +00:00
This commit is contained in:
deadc0de6
2023-08-07 23:38:15 +02:00
committed by deadc0de
parent 62d281d5ec
commit 4967468d71
4 changed files with 16 additions and 11 deletions

View File

@@ -86,7 +86,9 @@ _EOF
# create the source
mkdir -p "${tmps}"/dotfiles/
echo "first" > "${tmps}"/dotfiles/first
sleep 1
echo "second" > "${tmps}"/dotfiles/second
sleep 1
echo "third" > "${tmps}"/dotfiles/third
attempts="3"