This website works better with JavaScript
Home
Explore
Help
Sign In
netvor
/
minions
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove double initialization
Alois Mahdal
6 years ago
parent
713db80162
commit
d97f34d4a2
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
bin/dissect_url
+ 0
- 1
bin/dissect_url
View File
@@ -18,7 +18,6 @@ main() {
18
18
if [[ -n "$Url" ]]; then
19
19
dissect
20
20
else
21
- i=0
22
21
while read -r Url;
23
22
do
24
23
((i++))