Python Command Line Shell - A shell written in python
Go to file
JaydenMW 5490199db1 Update 'install.sh' 2021-02-28 21:05:00 +00:00
LICENSE Add LICENSE 2021-02-23 19:23:39 +00:00
README.md Update 'README.md' 2021-02-28 21:03:37 +00:00
install.sh Update 'install.sh' 2021-02-28 21:05:00 +00:00
shell.py Update 'shell.py' 2021-02-28 21:00:39 +00:00

README.md

pclish.utilities.jaydenmw

A simple shell subsystem written in Python.

Changelog 0.0.7

  • Install script now clones to /tmp/
  • Install script no longer uses ~/.jaydenmw (now uses ~/.local/bin)
  • Shell can now be ran with (./shell) instead of (python3 shell.py)
  • Minor enhancements to Install script and shell