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
13491
Commits
31
Branches
0
Tags
196 MiB
Tree:
a07747605a
SuperNET
/
iguana
/
tests
/
ahloop
11 lines
92 B
Raw
Normal View
History
#!/bin/bash
8 years ago
#!/bin/bash
test
9 years ago
ind=0
one=1
while true
do
./activehandle
ind=`expr $ind + $one`
echo $ind
done