Skip to content

Commit

Permalink
Update geofind.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Melyns authored Sep 15, 2024
1 parent e97c8ed commit da612f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geofind.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ int main(int argc, char *argv[]) {
printf("Processing IPs from file: %s\n", argv[1]);
process_file(argv[1]);
} else {
// Process multiple targets
for (int i = 1; i < argc; ++i) {
if (strcmp(argv[i], "me") == 0) {
system("curl https://ipinfo.io");
Expand Down

0 comments on commit da612f4

Please sign in to comment.