mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
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
|