mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-02 18:42:11 +08:00
4 lines
36 B
Fish
4 lines
36 B
Fish
for i in (seq 1000)
|
|
echo $i
|
|
end
|