MShell is to modularize your shell scripts.
MShell stands for Modularized Shell. It helps you to write large yet well-maintainable shell scripts.
MacOS & Linux:
git clone https://github.com/maoshuai/mshell.git
echo 'MSHELL_PROFILE=dev' > ~/.mshellrc
shell/launcher.sh sample/1_native_shell.sh
mvn clean package
- 0.0.1
- CHANGE: First release
Maoshuai – GitHub – [email protected]
Distributed under the Apache License 2.0 . See LICENSE
for more information.
- Fork it (https://github.com/maoshuai/mshell/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request