更新 'Home'
commit
e3cb3d3fa8
29
Home.md
Normal file
29
Home.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
```bash
|
||||||
|
|
||||||
|
# 目标-1
|
||||||
|
goal=99999
|
||||||
|
|
||||||
|
# 已有commit
|
||||||
|
int=60000
|
||||||
|
|
||||||
|
while(( $int<=$goal ))
|
||||||
|
do
|
||||||
|
let "int++"
|
||||||
|
|
||||||
|
|
||||||
|
# 删除
|
||||||
|
rm README.md
|
||||||
|
|
||||||
|
# 写入
|
||||||
|
echo $int > README.md
|
||||||
|
|
||||||
|
#提交
|
||||||
|
git add README.md
|
||||||
|
git commit -m $int
|
||||||
|
|
||||||
|
done
|
||||||
|
|
||||||
|
git push
|
||||||
|
|
||||||
|
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user