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):
20d67b6faa
Rami (Branch)
Tag
master
k8s
/
chx
/
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