Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 186 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 186 Bytes

Operating Systems Assignment

Introduction

Making a simple shell which would be able to implement functions such as cd, rm rmdir, mkdir and so on

Build

gcc -o os_shell main.c