1
0
Fork 0
mirror of synced 2024-09-19 12:02:53 -04:00

Updated Speed (markdown)

Eric Nielsen 2021-11-26 09:54:53 -05:00
parent b06737f9a7
commit 177f826f87

@ -9,7 +9,7 @@ set wd [file tail [pwd]]
set c0 [clock microseconds]
spawn -noecho zsh -li
expect {
-re {\e]([07]|1337);[^\a]*\a} { exp_continue } ; # match escape sequences to be ignored
-re {\e](?:[0127]|1337);.*?(?:\a|\e\\)} { exp_continue } ; # match escape sequences to be ignored
$wd { send_error "[expr [clock microseconds] - $c0]\n" } ; # match working dir at prompt
timeout { exit 1 }
}