Skip to content

Commit

Permalink
is it stdin stuff?
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmealey committed Mar 15, 2024
1 parent 46942f9 commit 39aa5c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1572,9 +1572,11 @@ int main(int argc, const char **argv)
if(o.jsonout)
putchar('[');

/*
if(!o.url && !o.url_list && !o.set_list && !isatty(STDIN_FILENO)) {
o.url = stdin;
}
*/

if(o.url) {
/* this is a file to read URLs from */
Expand Down

0 comments on commit 39aa5c7

Please sign in to comment.