23 lines
492 B
Markdown
23 lines
492 B
Markdown
# saferm
|
|
|
|
Safely runs rm -rf
|
|
|
|
# Dependencies
|
|
You need to have haxe along with hxcpp installed to compile.
|
|
Earliest tested working haxe version is 4.1.5
|
|
|
|
|
|
# Usage/ Installation
|
|
|
|
## Linux
|
|
Make sure you have haxe installed then run the following commands
|
|
```
|
|
haxelib install hxcpp
|
|
git clone https://git.subsonics.nl/andreas/saferm.git
|
|
cd saferm
|
|
make && sudo make install
|
|
```
|
|
After this you can run saferm without any parameters to see the usage
|
|
|
|
## Windows
|
|
 |