Created
July 28, 2015 15:08
-
-
Save jpscharf/8c3cf4cc77eb121b222b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| PLUGIN_COMMANDS=" | |
| new-help,Print the list of commands | |
| new-plugins,Print active plugins | |
| new-plugins-install,Install active plugins | |
| new-plugins-update,Update active plugins | |
| old-help Print the list of commands | |
| old-plugins Print active plugins | |
| old-plugins-install Install active plugins | |
| old-plugins-update Update active plugins | |
| " | |
| cat<<EOF | echo "$PLUGIN_COMMANDS" | sort | column -c2 -t -s, | |
| EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment