A POSIX compliant shell
Find a file
2026-01-13 18:01:27 +01:00
src fix(iobackend): define POSIX_C_SOURCE for getline 2026-01-13 18:01:27 +01:00
tests test: iob_init and iob_close tests (+ small typo fix in src) 2026-01-08 16:59:37 +01:00
.clang-format feat: README, gitgnore and basic project structure 2026-01-06 17:53:41 +01:00
.gitignore feat: README, gitgnore and basic project structure 2026-01-06 17:53:41 +01:00
configure.ac feat(autotools): basic usage 2026-01-07 17:38:54 +01:00
Makefile.am feat(autotools): basic usage 2026-01-07 17:38:54 +01:00
README.md feat(autotools): basic usage 2026-01-07 17:38:54 +01:00

42sh - A POSIX shell with a bad name

42sh is a shcool project aiming to implement a POSIX compliant shell in C.

Getting started

TODO

Build

TODO

Test

TODO

Authors

  • Matteo Flebus
  • Jean Hérail
  • William Valenduc
  • Guillem George

Project status

WIP

TODO

Autotools

implement functions in all .c files to see if everything compiles.