fixed credits bug with dashes
This commit is contained in:
parent
6333a2f6b8
commit
4047aad29e
@ -3,6 +3,7 @@ __CREDITS() {
|
||||
[ ! $SCWRYPTS_ROOT ] && return 0
|
||||
|
||||
local COMMAND="$1"
|
||||
[[ $COMMAND =~ - ]] && COMMAND=$(echo $COMMAND | sed 's/-/--/g')
|
||||
cd $SCWRYPTS_ROOT
|
||||
cat ./**/README.md \
|
||||
| grep 'Generic Badge' \
|
||||
|
Loading…
Reference in New Issue
Block a user