Le-o-n / cython-virtual-memory-toolkit

The Cython Virtual Memory Toolkit is designed to provide Cython header files (*.pxd) for various functionalities, enabling Cython to interact with the virtual memory of a target process. This toolkit includes features for reading, writing, allocating, and freeing virtual memory.
MIT License
2 stars 0 forks source link

Move shell scripts to shell folder and remove from the root directory #8

Closed Le-o-n closed 3 months ago

Le-o-n commented 4 months ago

Before

ROOT/build.bat ROOT/build_sdist.bat ROOT/install_build_globally.bat ...

After

ROOT/shell/build.bat ROOT/shell/build_sdist.bat ROOT/shell/install_build_globally.bat ...