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