This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
fanyijian
/
k8s
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
添加 'chx/hello_world.sh'
chenghongxi
4 anni fa
parent
e9d506806f
commit
0de4853207
1 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
6
0
chx/hello_world.sh
+ 6
- 0
chx/hello_world.sh
Vedi File
@@ -0,0 +1,6 @@
+#!/bin/bash
+2 while true
+3 do
+4 echo 'hello world!'
+5 sleep 1
+6 done