This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
fanyijian
/
k8s
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
添加 'chx/hello_world.sh'
chenghongxi
il y a 4 ans
Parent
e9d506806f
commit
0de4853207
1 fichiers modifiés
avec
6 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
6
0
chx/hello_world.sh
+ 6
- 0
chx/hello_world.sh
Voir le fichier
@@ -0,0 +1,6 @@
+#!/bin/bash
+2 while true
+3 do
+4 echo 'hello world!'
+5 sleep 1
+6 done