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
Albero (Tree):
a173f3a9cb
Rami (Branch)
Tag
master
k8s
/
chenghongxi
/
hello_world.sh
hello_world.sh
58 B
Cronologia
Originale
1
2
3
4
5
6
#!/bin/bash
while true
do
echo 'hello world!'
sleep 1
done