This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
fanyijian
/
k8s
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
4eaf44bf87
Branchit
Tagit
master
k8s
/
chx
/
hello_world.sh
hello_world.sh
58 B
Historia
Raaka
1
2
3
4
5
6
#!/bin/bash
while true
do
echo 'hello world!'
sleep 1
done