Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.27 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.27 KB

ush

ush

Installation:

1. git clone --recursive https://github.com/unitucode/ush.git
2. make
3. ./ush

Description:

Implementation of ucode-shell

Builtins-table:

Builtin Description
cd change the working directory
chdir change the working directory
unset unset values and attributes of variables and functions
pwd return working directory name
export set the export attribute for variables
fg run jobs in the foreground
which locate a command and display its pathname or alias
echo write arguments to standard output
env set the environment for command invocation
exit cause the shell to exit

Tested systems:

  • Mac OS Mojave

Developers:

Oleksandr Khomin

Yurii Makohon

Maksym Avramenko