UNPKG

wsh.js

Version:

WebSHell provides a toolkit for building bash-like command line consoles for web pages.

8 lines (6 loc) 187 B
export default { desc: "Print current location", exec: async (term, streams/* , cmd, opts, args */) => { await streams.stdout.write(`${term.current().path}\n`); } };