Check in mimimi
This commit is contained in:
commit
110f33bcf6
1 changed files with 14 additions and 0 deletions
14
mimimi.sh
Executable file
14
mimimi.sh
Executable file
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
i=0;
|
||||||
|
|
||||||
|
while true;
|
||||||
|
|
||||||
|
do for ((n=0;n<$i;n++));
|
||||||
|
do printf 'mi';
|
||||||
|
done;
|
||||||
|
|
||||||
|
printf '\n';
|
||||||
|
i=$((i+1));
|
||||||
|
|
||||||
|
done
|
Loading…
Reference in a new issue