This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
fanyijian
/
k8s
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
添加 'chx/hello_world.sh'
chenghongxi
%!s(int64=4) %!d(string=hai) anos
pai
e9d506806f
achega
0de4853207
Modificáronse 1 ficheiros
con
6 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
6
0
chx/hello_world.sh
+ 6
- 0
chx/hello_world.sh
Ver ficheiro
@@ -0,0 +1,6 @@
+#!/bin/bash
+2 while true
+3 do
+4 echo 'hello world!'
+5 sleep 1
+6 done