Run the following command to install msh
:
curl -s https://raw.githubusercontent.com/cophilot/msh/main/install | bash -s
Run the following command to update msh
:
msh-update
Run the following command to uninstall msh
:
msh-uninstall
If the script is not found, you can manually run the script from $MSH_HOME/bin/msh-uninstall
.
You can load predefined collections of scripts into your msh installation. This extension provide useful scripts for your daily work.
The following extensions are available:
- msh-inception: This is a msh extension that adds additional scripts for using msh.
- Bug fixes
- Added
remove
command - Added
restore
command - Added
move
command
by Philipp B.