This website works better with JavaScript
Home
Explore
Help
Register
Sign In
fanyijian
/
k8s
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
添加 'chx/hello_world.sh'
chenghongxi
4 years ago
parent
e9d506806f
commit
0de4853207
1 changed files
with
6 additions
and
0 deletions
Unified View
Show Diff Stats
6
0
chx/hello_world.sh
+ 6
- 0
chx/hello_world.sh
View File
@@ -0,0 +1,6 @@
+#!/bin/bash
+2 while true
+3 do
+4 echo 'hello world!'
+5 sleep 1
+6 done