diff options
Diffstat (limited to 'modules/hw-core/bash-lib-git/bin')
| -rwxr-xr-x | modules/hw-core/bash-lib-git/bin/git-subtree-list | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/hw-core/bash-lib-git/bin/git-subtree-list b/modules/hw-core/bash-lib-git/bin/git-subtree-list new file mode 100755 index 0000000000..d3af413e9c --- /dev/null +++ b/modules/hw-core/bash-lib-git/bin/git-subtree-list @@ -0,0 +1,7 @@ +#!/bin/bash + +CUR_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +source $CUR_DIR"/../src/subtree.sh" + +hwc_git_subtree_list |
