mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-14 22:11:16 -03:00
4 lines
57 B
Fish
4 lines
57 B
Fish
for i in (seq 100000)
|
|
string match '*o' fooooooo
|
|
end
|