fish-shell/benchmarks/benchmarks/external_cmds.fish
David Adam 4d8a82b68f benchmarks: use true executable in path
true is /bin/true on some Linux and /usr/bin/true on macOS.

[ci skip]
2019-04-17 18:31:19 +08:00

4 lines
41 B
Fish

for i in (seq 2000)
command true
end