mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-25 02:27:10 +08:00
Update shell-intro.md
This commit is contained in:
parent
4a924c7d89
commit
a843706890
@ -406,7 +406,8 @@ done
|
||||
|
||||
```shell
|
||||
#!/bin/bash
|
||||
for((i=1;i<=5;i++));do
|
||||
length=5
|
||||
for((i=1;i<=length;i++));do
|
||||
echo $i;
|
||||
done;
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user