Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 463 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 463 Bytes

Setup

  1. Install readline library and some extra dependencies sudo apt-get install lib32readline8 lib32readline-dev make git gcc
  2. Clone the repository git clone https://github.com/fortytwobytes/minibash && cd minibash
  3. Compile and run the program
    • with Cmake mkdir -p build && (cd build && cmake .. && make && ./minibash)
    • with Makefile make && ./minibash
  • If you have docker simply run docker compose run --rm minibash