mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-02 08:33:16 +08:00
f4797a0133
It's existed since 3.3.0, so now seems to be an acceptable time to add it. (also adjust some repetitions a bit so they don't take too long)
4 lines
41 B
Fish
4 lines
41 B
Fish
for i in (seq 1000)
|
|
command true
|
|
end
|