GRU orsh - simple shell in C
Go to file
2021-09-27 15:17:59 +03:00
src Add proper signal handling and add readline support 2021-09-27 15:17:59 +03:00
README.org Initial commit 2021-09-17 18:24:48 +03:00

GRU orsh - simple shell on C

Features:

  • echo and pwd builtin
  • working environment variables

How to build:

  • cd src
  • make
  • orsh is executable of shell