RosettaCodeData/Task/Repeat-a-string/UNIX-Shell/repeat-a-string-5.sh
2023-07-01 13:44:08 -04:00

2 lines
42 B
Bash

len=12; str='='
repeat $len printf "$str"