This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
fanyijian
/
k8s
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
添加 'chenghongxi/hello_world.sh'
chenghongxi
hace 4 años
padre
50b0c13b99
commit
9b43588dc7
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
6
0
chenghongxi/hello_world.sh
+ 6
- 0
chenghongxi/hello_world.sh
Ver fichero
@@ -0,0 +1,6 @@
+#!/bin/bash
+while true
+do
+echo 'hello world!'
+sleep 1
+done