Diese Webseite funktioniert besser mit JavaScript
Startseite
Erkunden
Hilfe
Anmelden
shellfu
/
shellfu-bash-saturnin
Beobachten
1
Favorisieren
0
Fork
0
Code
Releases
45
Aktivität
https://pagure.io/shellfu-bash-saturnin
56
Commits
2
Branches
Struktur:
c819f78eda
shellfu-bash-saturnin
/
utils
/
waste_utime
waste_utime
53B
Verlauf
Originalformat
1
2
3
4
5
6
7
#!/bin/sh
a=1
while
true
do
a=$(( a + 1 ))
done