Skip to content

Commit

Permalink
run.zsh: Print the rm -rf command done
Browse files Browse the repository at this point in the history
  • Loading branch information
psprint committed Jan 26, 2020
1 parent ebfffec commit 29e4189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ mkdir -p results

print -P "%F{160}Removing plugins and results from previous test run…%f"

print rm -rf **/(_zplug|_zgen|_zinit)(DN) results/*.txt(DN)
sleep 2
rm -rf **/(_zplug|_zgen|_zinit)(DN) results/*.txt(DN)

print -P "%F{160}done%f"
Expand Down

0 comments on commit 29e4189

Please sign in to comment.