mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +00:00
- Expands environment variables, e.g. $HOME -> /home/tina
- Expands tildes, e.g. ~/bin -> /home/queso/bin
- Performs command substitution, e.g. `date +%F` -> 2022-01-16
or $(date +%F) -> 2022-01-16
|
||
|---|---|---|
| .. | ||
| .rubocop.yml | ||
| a1 | ||
| builtins.rb | ||
| colours.rb | ||
| Gemfile | ||
| Gemfile.lock | ||
| job.rb | ||
| main.rb | ||
| shell_logger.rb | ||