16 lines
296 B
Markdown
16 lines
296 B
Markdown
# saferm
|
|
|
|
Safely runs rm -rf
|
|
|
|
# Dependencies
|
|
You need to have haxe 4.2 or later along with hxcpp installed to compile
|
|
|
|
|
|
# Usage/ Installation
|
|
Make sure you have haxe installed
|
|
```
|
|
haxelib install hxcpp
|
|
git clone https://git.subsonics.nl/andreas/saferm.git
|
|
cd saferm
|
|
make && sudo make install
|
|
``` |