mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
4d8a82b68f
true is /bin/true on some Linux and /usr/bin/true on macOS. [ci skip]
4 lines
41 B
Fish
4 lines
41 B
Fish
for i in (seq 2000)
|
|
command true
|
|
end
|
|
|