add testvim.zsh
This commit is contained in:
parent
4120dac391
commit
f409b2c14b
14
testvim.zsh
Executable file
14
testvim.zsh
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/zsh
|
||||||
|
|
||||||
|
set -xe
|
||||||
|
|
||||||
|
nutmp=$(mktemp -d)
|
||||||
|
cd "$nutmp"
|
||||||
|
unset nutmp
|
||||||
|
|
||||||
|
for i in {1..20}; do
|
||||||
|
vim --startuptime start$i.log;
|
||||||
|
done
|
||||||
|
|
||||||
|
find start* -exec grep STARTED {} \; | cut -d' ' -f1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user