Wafelack/bysh

optimization

Closed this issue ยท 1 comments

maybe consider using C function instead of the raw 'system' call
https://github.com/Wafelack/Wanager/blob/master/core/reinit.c
system("del /f /q src\\* ");
system("del /f /q target\\*");
Theres a few similarities over the whole repo! ๐Ÿ˜‰

Ok but i decided to make this project in Rustlang and you can see i used a function to run commands ๐Ÿ‘

But thx