Kaynağa Gözat

添加 'chx/hello_world.sh'

chenghongxi 4 yıl önce
ebeveyn
işleme
0de4853207
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      chx/hello_world.sh

+ 6 - 0
chx/hello_world.sh

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