chore(cpio): moved initramfs binary files to /bin/*
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <malloc.h>
|
||||
|
||||
int main() {
|
||||
wait(spawn("termosh")); // TODO: read .cfg and spawn what stated there
|
||||
wait(spawn("/bin/termosh")); // TODO: read .cfg and spawn what stated there
|
||||
printf("\nbaiii");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user