This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
shellfu
/
shellfu-bash-saturnin
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Vydání
45
Activity
https://pagure.io/shellfu-bash-saturnin
28
Revize
2
Větve
Strom:
d4060e5be4
shellfu-bash-saturnin
/
utils
/
waste_utime
waste_utime
53B
Historie
Surový
1
2
3
4
5
6
7
#!/bin/sh
a=1
while
true
do
a=$(( a + 1 ))
done