An open API service indexing awesome lists of open source software.

https://github.com/levkush/rm_to_windows

Bring rm command from unix to windows!
https://github.com/levkush/rm_to_windows

c mit-license rm unix windows

Last synced: about 2 months ago
JSON representation

Bring rm command from unix to windows!

Awesome Lists containing this project

README

          

# RM to windows
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
![GitHub release (with filter)](https://img.shields.io/github/v/release/levkush/rm_to_windows)

Bring rm command from unix to windows!

# Installation
* Download file from the [Releases](https://github.com/levkush/rm_to_windows/releases) tab.
* Copy the file to the C:\Windows\System32 folder.

# Building
```
git clone https://github.com/levkush/rm_to_windows
cd rm_to_windows
gcc -o rm.exe main.c
```