Skip to content

jrodr087/rshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rshell

Bash shell.

Use

Rshell allows the user to run programs from a command line interface by prompting the user to input programs to run with arguments.

Syntax

[Program Name] [Argument1] [Argument2] ... [ArgumentN] No brackets, arguments are optional and as many arguments as the user needs can be input. The user can run multiple programs in one line by using a conjunction: which can be any of the following: && || ;(semicolon must come immediately after argument)

Compilation

Run the makefile provided in the root directory. The executable will be created in a new folder called bin.

Licensing

This program is licensed under the GNU General Public License v3.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published