6 lines
73 B
Bash
6 lines
73 B
Bash
foreach i (`jot 5`)
|
|
foreach j (`jot $i`)
|
|
echo -n \*
|
|
end
|
|
echo ""
|
|
end
|