sdether / josh.js

Toolkit for building a bash-like shell in the browser, including full readline support
http://sdether.github.com/josh.js/
Apache License 2.0
390 stars 76 forks source link

Example does not work properly #43

Closed Ri1a closed 6 years ago

Ri1a commented 6 years ago

Hey

So, I've downloaded the repo, but the example isn't working properly. I can't type in any commands, just can open the shell with ~, but then nothing. No errors.

Any suggestions?

Ri1a commented 6 years ago

Fixed it.

sdether commented 6 years ago

Curious what the problem was. I haven't touched Josh.js in a while, but would appreciate any feedback on setup pitfalls that might be worth documenting

Ri1a commented 6 years ago

Just needed to rename the js folder to javascripts. I'm sorry for that one:D

But when I want to run this on my github page it doesn't works properly. Don't see any bash like command line, but the windows is there...