This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
fanyijian
/
k8s
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Pohon:
0de4853207
Ranting
Tag
master
k8s
/
chx
/
hello_world.sh
hello_world.sh
68 B
Riwayat
Mentahan
1
2
3
4
5
6
#!/bin/bash
2 while true
3 do
4 echo 'hello world!'
5 sleep 1
6 done