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:
d45ecab111
Ranting
Tag
master
k8s
/
chx
/
hello_world.sh
hello_world.sh
58 B
Riwayat
Mentahan
1
2
3
4
5
6
#!/bin/bash
while true
do
echo 'hello world!'
sleep 1
done