浏览代码

添加 'chenghongxi/hello_world.sh'

chenghongxi 4 年之前
父节点
当前提交
9b43588dc7
共有 1 个文件被更改,包括 6 次插入0 次删除
  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