Skip to content

ax3ghazy/bashic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BAsic SHell In C (BASHIC)

Usage

gcc src.c -o bashic
./bashic
  • history to display command history
  • !N to execute the Nth command in history
  • !! to execute the last command
  • exit to terminate the shell

Specs

  • cd
  • Colorized prompt
  • Children are sent SIGINT (not SIGKILL) when the shell terminates
  • Command history

Scrots

alt text

Later

  • scripting?
  • multithreading?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages