pocha / terminal-codelearn

Super fast multi user pseudo bash Terminal in Node.js & SockJS
http://pocha.github.io/terminal-codelearn
80 stars 26 forks source link

using echo $USER to get the username #1

Closed vireshas closed 11 years ago

vireshas commented 11 years ago

In the controller you have used hardcoded username "pocha". I have changed this to echo $USER.strip so that username is dynamically fetched.

pocha commented 11 years ago

Looks good. Mind updating the README instructions too ?

P.S. - I am new to accepting pull requests. Let me know if I can do these small things myself as part of the pull request itself.

vireshas commented 11 years ago

I have updated the README file. Here is a nice github help page on merging pull request https://help.github.com/articles/merging-a-pull-request