mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
Fix some bugs in execve() and make sh use it for process launching.
Interrupting children of sh now always works with ^C :^)
This commit is contained in:
parent
202bdb553c
commit
20fb1fc377
4 changed files with 24 additions and 24 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
setpgid(0, 0);
|
||||
if (argc != 2) {
|
||||
printf("usage: cat <file>\n");
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue