This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
fanyijian
/
k8s
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
0de4853207
Atzari
Tagi
master
k8s
/
chx
/
hello_world.sh
hello_world.sh
68 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
#!/bin/bash
2 while true
3 do
4 echo 'hello world!'
5 sleep 1
6 done