Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xpol/rmrf
A `rm -rf` for C/C++ and Lua.
https://github.com/xpol/rmrf
Last synced: 14 days ago
JSON representation
A `rm -rf` for C/C++ and Lua.
- Host: GitHub
- URL: https://github.com/xpol/rmrf
- Owner: xpol
- License: mit
- Created: 2013-12-20T00:46:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T12:43:47.000Z (almost 9 years ago)
- Last Synced: 2024-12-24T23:07:11.384Z (16 days ago)
- Language: Batchfile
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rmrf
=====[![Build Status](https://travis-ci.org/xpol/rmrf.png)](https://travis-ci.org/xpol/rmrf)
[![Build status](https://ci.appveyor.com/api/projects/status/pn8kpld6w6jhypp2?svg=true)](https://ci.appveyor.com/project/xpol/rmrf)A `rm -rf` for C/C++ and Lua.
It works on Windows, Linux and Mac OS.
## C/C++
Just drop the `src/rmrf.c` and `src/rmrf.h` into you project and you are on board.
## Lua
Install via [luarocks](http://luarocks.org/):
> luarocks install rmrf