diff --git a/thanks-Mr.Liao.sh b/thanks-Mr.Liao.sh new file mode 100755 index 0000000000000000000000000000000000000000..fa3d14fdd34214370c18261b7ee49a0358381c08 --- /dev/null +++ b/thanks-Mr.Liao.sh @@ -0,0 +1,6 @@ +#!/bin/bash +while true +do + echo "感谢廖老师!" + sleep 3 +done