Skip to content

create custom terminal with cmds: shell, list, path, tree, exit

Notifications You must be signed in to change notification settings

lindaerin/basic-custom-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Custom Terminal

Create a custom terminal with the following commands shell, path, list, tree, exit

Objective

  • Shell: run the program
  • Tree: create a directory and .txt files within
  • List: display a list of the existing directory and files
  • Path: show the user path
  • Exit: exit the program

Getting Started

Compile each of the c files

gcc -o example example.c

Run the program

./shell

About

create custom terminal with cmds: shell, list, path, tree, exit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages