mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 17:01:55 +08:00
4 lines
37 B
Fish
4 lines
37 B
Fish
for i in (seq 10000)
|
|
echo $i
|
|
end
|