a minimal shell in python.
This was changed because there was a problem with their execute command.
Instead of relative path for commands the shell will use exec
for executing scripts in current directory.
# example
exec sample-script.sh
- Run build.sh.
- Add the path to the mpysh executable to /etc/shells.
- Run
chsh
and enter the path to the mpysh executable. - Restart system!
For basic shell use. If used as a sripting lang in a shabang it will just open the prompt. It will not store any varibles as it is not a scripting language, it will use system variables though.
These are intended features.
None right now!