mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
4 lines
37 B
Fish
4 lines
37 B
Fish
for i in (seq 10000)
|
|
echo $i
|
|
end
|