# unix-ls-impl-for-windows **Repository Path**: EEPPEE_admin/unix-ls-impl-for-windows ## Basic Information - **Project Name**: unix-ls-impl-for-windows - **Description**: impl ls cmd for windows - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-22 - **Last Updated**: 2024-10-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: windows-ls ## README # file explain - wls.h header only file for helping implements the wls.c application for windows # build.cmd ```cmd REM windows gcc wls.c -I . -o wls.exe wls.exe wls.exe .. wls.exe ..\.. REM Using Native Develop tool cl.exe wls.c /I . wls.exe wls.exe .. wls.exe ..\.. ```