Compare commits

..

No commits in common. "9db76806058f563e1025d89767adf794d90f41bd" and "c0c8dd5ecacc70cd0471a7d7cf55a97a75425c5a" have entirely different histories.

View File

@ -2,8 +2,6 @@
shopt -s globstar
DFL_LIST=repos.lst
while true ; do
case $1 in
-h|--help)
@ -49,12 +47,9 @@ TARGET_PATH=${TARGET_PATH:=.}
cd "$TARGET_PATH"
if [ -z $LIST ] ; then
if ! [ -e $DFL_LIST ] ; then
echo "need a list file..." >&2
exit 1
fi
LIST=$DFL_LIST
fi
IFS=$'\n' \
LIST=($(cat "$LIST"))