GRU orsh - simple shell in C
Go to file
g1n c060385da7 Add LICENSE 2021-11-04 20:13:52 +02:00
src Add export builtin 2021-09-28 14:04:55 +03:00
LICENSE Add LICENSE 2021-11-04 20:13:52 +02:00
README.org Initial commit 2021-09-17 18:24:48 +03:00

README.org

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