Parcourir la source

添加 'chenghongxi/hello_world.sh'

chenghongxi il y a 4 ans
Parent
commit
9b43588dc7
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      chenghongxi/hello_world.sh

+ 6 - 0
chenghongxi/hello_world.sh

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