onurcanari / ouurShell

just another unix shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ouur - basic shell

ouurShell is simple implementation of a shell, written in C. Works only on Linux.

How it works?


Functions


cd - change directory

mkdir - create a new directory

ls - list directory (cwd) content

pwd - prints name of current/working directory

exit - exit the shell

About

just another unix shell

License:GNU General Public License v3.0


Languages

Language:C 100.0%