dowlandaiello / tsh

A tiny shell written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsh

A tiny shell written in C.

Installing

  1. Clone repository
  2. make install

Why tsh?

No reason in particular. This was just a small project I did to learn about the linux system call interface. I might actually use this myself if I add enough features. ¯\_(ツ)_/¯

Supported Features

  • Running targets
  • Environment variables
  • PATH resolution
  • A few builtin commands

About

A tiny shell written in C.

License:MIT License


Languages

Language:C 86.5%Language:Makefile 6.3%Language:C++ 6.0%Language:Objective-C 1.2%