faraazahmad / shellrb

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

Crashes when trying to execute pwd command #23

Closed pknight24 closed 7 years ago

pknight24 commented 7 years ago

When trying to run "pwd", shellrb fails and I get this error:

wrong number of arguments (given 1, expected 0) Argument error

pknight24 commented 7 years ago

found the issue in pwd.rb