mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 11:45:08 +00: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)
3 lines
41 B
Fish
3 lines
41 B
Fish
for i in (seq 1000)
|
|
command true
|
|
end
|