mirror of
https://github.com/flynx/git-utils.git
synced 2025-12-28 06:12:21 +00:00
Compare commits
No commits in common. "9db76806058f563e1025d89767adf794d90f41bd" and "c0c8dd5ecacc70cd0471a7d7cf55a97a75425c5a" have entirely different histories.
9db7680605
...
c0c8dd5eca
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
shopt -s globstar
|
shopt -s globstar
|
||||||
|
|
||||||
DFL_LIST=repos.lst
|
|
||||||
|
|
||||||
while true ; do
|
while true ; do
|
||||||
case $1 in
|
case $1 in
|
||||||
-h|--help)
|
-h|--help)
|
||||||
@ -49,11 +47,8 @@ TARGET_PATH=${TARGET_PATH:=.}
|
|||||||
cd "$TARGET_PATH"
|
cd "$TARGET_PATH"
|
||||||
|
|
||||||
if [ -z $LIST ] ; then
|
if [ -z $LIST ] ; then
|
||||||
if ! [ -e $DFL_LIST ] ; then
|
echo "need a list file..." >&2
|
||||||
echo "need a list file..." >&2
|
exit 1
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
LIST=$DFL_LIST
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
IFS=$'\n' \
|
IFS=$'\n' \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user