Skip to content

axelri/hoskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoskell

A simple shell implemented in C. cd, exit and checkEnv are manually implemented commands. cd and exit works as expected. checkEnv executes the command "printenv | sort | pager" if no arguments are passed and if arguments are passed it will execute "printenv | grep | sort | pager".

To compile, run the makefile (make lab). It will compile with the following settings: clang -D DEBUG=0 -pedantic -Wall -std=c89 -O3 main.o utils.o -o hoskell and the result will be a runnable file named hoskell.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published