faraazahmad / shellrb

A unix-like shell built in Ruby
MIT License
35 stars 24 forks source link

Unable to execute echo command #22

Closed faraazahmad closed 7 years ago

faraazahmad commented 7 years ago

on running echo, the output is

`Command 'echo' not found

indicating it is unable to access the Echo class

pknight24 commented 7 years ago

What system are you trying it on? It worked on both Mac and Linux for me.

faraazahmad commented 7 years ago

x86_64 Linux 4.10.0-32-generic Bundler version 1.15.4 ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux] Ubuntu 17.04 zesty

faraazahmad commented 7 years ago

Re-cloned the repo it works now.