code / nuke

Lines646 C608 make30 Markdown8
(14 lines)

nuke

nuke is a program that does a simple task: it nukes files from orbit. Because sometimes rm -rf is just too good for a file.

Preview

Installation

The only requirement is ncurses, which probably comes with your platform. Use make to build, sudo make install to install.

Usage

nuke file1 file2...

1 # nuke
3 *nuke* is a program that does a simple task: it nukes files from orbit. Because
4 sometimes `rm -rf` is just too good for a file.
6 ![Preview](nuke.gif)
8 ## Installation
10 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.
12 ## Usage
14 `nuke file1 file2...`