unitucode / ush

Implementation of ucode project - ush

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of ucode project - ush

License:MIT License


Languages

Language:C 97.0%Language:Makefile 3.0%