This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
SuperNET
mirror of
https://github.com/lukechilds/SuperNET.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
17336
Commits
31
Branches
0
Tags
196 MiB
C
76.3%
JavaScript
13.3%
C++
4.1%
HTML
2.3%
Shell
1.2%
Other
2.5%
Tree:
cbf275dd12
SuperNET
/
iguana
/
tests
/
ahloop
10 lines
92 B
Raw
Blame
History
#!/bin/bash
ind
=
0
one
=
1
while
true
do
./activehandle
ind
=
`
expr
$ind
+
$one
`
echo
$ind
done
Reference in new issue