소스 검색

更新 'chx/hello_world.sh'

chenghongxi 4 년 전
부모
커밋
4eaf44bf87
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      chx/hello_world.sh

+ 5 - 5
chx/hello_world.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
-2 while true
-3 do
-4 echo 'hello world!'
-5 sleep 1
-6 done
+while true
+do
+echo 'hello world!'
+sleep 1
+done