/nand

Implementation of nand in bash

Primary LanguageShell

NAND Shell

The unix philosophy is that every program does one thing and does it well. Taken to extreme, the only program we need is nand.

Installation

git clone https://github.com/jewel/nand.git
cd nand

Usage

export PATH=.:$PATH
nand 0 0
# Should output "1"
2bit-adder 0 1 1 0

# Should output "1 1"