Permalink
Browse files
Add ASDF to the list of parsed projects.
- Loading branch information...
Showing
with
10 additions
and
0 deletions.
-
+10
−0
test/wild.sh
|
|
@@ -560,6 +560,16 @@ parse-bash-snippets() { |
|
|
$files
|
|
|
}
|
|
|
|
|
|
# ASDF meta package/version manager.
|
|
|
parse-asdf() {
|
|
|
local src=~/git/other/asdf
|
|
|
|
|
|
time _parse-many \
|
|
|
$src \
|
|
|
$RESULT_DIR/asdf \
|
|
|
$(find $src \( -name '*.sh' -o -name '*.bash' \) -a -printf '%P\n' )
|
|
|
}
|
|
|
|
|
|
#
|
|
|
# Big projects
|
|
|
#
|
|
|
|
0 comments on commit
bd5d5e6