Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
|
|
@ -1,2 +1,2 @@
|
|||
width=72; char='='
|
||||
head -c ${width} < /dev/zero | tr '\0' "$char"
|
||||
len=12; str='='
|
||||
repeat $len printf "$str"
|
||||
|
|
|
|||
2
Task/Repeat-a-string/UNIX-Shell/repeat-a-string-6.sh
Normal file
2
Task/Repeat-a-string/UNIX-Shell/repeat-a-string-6.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
width=72; char='='
|
||||
head -c ${width} < /dev/zero | tr '\0' "$char"
|
||||
Loading…
Add table
Add a link
Reference in a new issue