mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 08:37:51 +01:00
Seemingly working fork
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
void ls() {
|
||||
DIR *rfd = opendir("/");
|
||||
@@ -45,7 +45,7 @@ int main() {
|
||||
print_tasks();
|
||||
} else {
|
||||
execve(line, 0, 0);
|
||||
sleep(10000);
|
||||
// sleep(10000);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user