pclish/README.md

9 lines
340 B
Markdown
Raw Normal View History

2021-02-14 02:30:08 +00:00
# pclish.utilities.jaydenmw
2021-03-02 18:35:21 +00:00
A simple shell subsystem written in Python that can has its own commands, and can run OS commands.
2021-02-20 21:18:09 +00:00
2021-03-02 18:17:37 +00:00
# Changelog 0.0.7-hotfix1a
- Fixed shebang (tells linux what interpreter to use)
- Prompt shows system hostname instead of localhost (shell@hostname)
- Minor performance improvements
- Marked shell as executable