nuke/README.md

15 lines
420 B
Markdown
Raw Normal View History

2019-01-03 06:06:15 -08:00
# nuke
*nuke* is a program that does a simple task: it nukes files from orbit. Because
2019-01-05 17:58:21 -08:00
sometimes `rm -rf` is just too good for a file.
2019-01-03 06:06:15 -08:00
2019-01-03 15:52:43 -08:00
![Preview](https://bitbucket.org/spilt/nuke/downloads/nuke.gif)
2019-01-07 16:22:35 -08:00
## Installation
The only requirement is [ncurses](https://www.gnu.org/software/ncurses/), which probably comes with your platform. Use `make` to build, `sudo make install` to install.
2019-01-03 06:06:15 -08:00
## Usage
`nuke file1 file2...`