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' > ~/.mshellrcshell/launcher.sh sample/1_native_shell.shmvn clean package- 0.0.1
- CHANGE: First release
Maoshuai – GitHub – imshuai67@gmail.com
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
