You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2021. It is now read-only.
This way, the "usr" commands would be present in /usr/local/bin as they would be in a real *nix environment. Alternatively one could use the prototype of the command as "filecontent".
A nice feature would be to create pseudo-files in
/usr/local/binfor everytype:"usr"command.As a quick hack it would be sufficient to add something like the following codeblock before
https://github.com/Kirkhammetz/termly.js/blob/5a7740303afe131ccecd673dc98c86d8657deb9e/bin/classes/Shell.js#L28
This way, the "usr" commands would be present in
/usr/local/binas they would be in a real *nix environment. Alternatively one could use the prototype of the command as "filecontent".