Skip to content

GolovanovSrg/au-software-design-fall-2016

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

au-software-design-fall-2016

Primitive shell(like bash) with almost no future

To make one own shell you can clone this repository and run mvn clean install in terminal

In first approximation supports echo $INPUT, cat $FILE, wc $FILE, pwd and exit commands with strong(') and weak quotes(")

Also supports some sort of environment variables, namely you can assign a value to a variable amd get a value from variable via $ operator.

Shell has no data types, everything is string

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%