SkillAgentSearch skills...

Minibash

🐚 Minibash is a simple implementation for the bash shell, it includes pipes, redirections, environment variables and some of the builtin commands

Install / Use

/learn @fortytwobytes/Minibash
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1y ago
Forks3

Languages

C

Security Score

80/100

Audited on Mar 8, 2025

No findings