/* Use stderr for stdin, also works for shell commands. */
close(0);
dup(2);
ignored=dup(2);
#else
read_cmd_fd=2;/* read from stderr instead of stdin */
#endif
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.