Merge remote branch 'origin/android_branch' into android_branch

This commit is contained in:
eehouse@eehouse.org 2011-12-06 18:51:50 -08:00 committed by Andy2
commit 88b0535866
3 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ LIMIT=10000
usage() {
echo "usage: $0 [--limit <n>]"
exit 1
}
while [ $# -gt 0 ]; do

View file

@ -6,6 +6,7 @@ CONNNAME=""
usage() {
echo "usage: $0 [--connname <s>]"
exit 1
}
while [ $# -gt 0 ]; do

View file

@ -6,6 +6,7 @@ LIMIT=10000
usage() {
echo "usage: $0 [--limit <n>]"
exit 1
}
while [ $# -gt 0 ]; do