add library

This commit is contained in:
2025-05-30 19:11:53 +05:00
parent a6c2e1dc4c
commit c835c44872
14 changed files with 270959 additions and 0 deletions

3
shell/stub.c Normal file
View File

@@ -0,0 +1,3 @@
int chmod(char *dir, int fake_mode){
return 1;
}