@ -93,8 +93,8 @@ int main(int argc, char *argv[]) {
}
if(pid==0){
if(screen(title,bgcol)!=0)
{
exec("sh",argv);
{
exec("sh",argv);
printf(1,"screen: exec sh failed\n");
}
else
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.