This website works better with JavaScript
Home
Explore
Help
Sign In
shellfu
/
shellfu-bash-saturnin
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
https://pagure.io/shellfu-bash-saturnin
56
Commits
2
Branches
Tree:
c819f78eda
shellfu-bash-saturnin
/
utils
/
waste_utime
waste_utime
53B
History
Raw
1
2
3
4
5
6
7
#!/bin/sh
a=1
while
true
do
a=$(( a + 1 ))
done