mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:11:14 -03:00
4 lines
70 B
Fish
4 lines
70 B
Fish
for i in (string repeat -n 100 \n)
|
|
string repeat -n 50000 a\n
|
|
end
|