runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 127 forks source link

Remove builtin commands, leave poweroff and reboot #69

Closed facekapow closed 9 years ago

facekapow commented 9 years ago

This removes echo and clear, moves them to runtime-shell (v0.0.16) and moves poweroff and reboot to /js/index.js.

iefserge commented 9 years ago

Nice, thanks! :+1:

facekapow commented 9 years ago

You're welcome.