Permalink
Browse files

Parse Github's scripts-to-rule-them-all.

I like this idea.
  • Loading branch information...
Andy Chu
Andy Chu committed Sep 5, 2017
1 parent 2319491 commit ff95c8a4078f8065da6ea0af5ccc62d44673e9f2
Showing with 11 additions and 0 deletions.
  1. +11 −0 test/wild.sh
View
@@ -574,6 +574,17 @@ parse-asdf() {
$(find $src \( -name '*.sh' -o -name '*.bash' \) -a -printf '%P\n' )
}
parse-scripts-to-rule-them-all() {
local src=~/git/other/scripts-to-rule-them-all
time _parse-many \
$src \
$RESULT_DIR/scripts-to-rule-them-all \
$(find $src \
\( -name .git -a -prune \) -o \
\( -type f -a -executable -a -printf '%P\n' \) )
}
#
# Big projects
#

0 comments on commit ff95c8a

Please sign in to comment.