Lines Matching full:echo
5 echo replacing $1
29 echo "usage: combine_sdks.sh [-v] [-nozip] BASE IMAGES OUTPUT"
30 echo
31 echo " BASE and IMAGES should be sdk zip files. The system image files,"
32 echo " emulator and other runtime files will be copied from IMAGES and"
33 echo " everything else will be copied from BASE. All of this will be"
34 echo " bundled into OUTPUT and zipped up again (unless -nozip is specified)."
35 echo
60 UNZIPPED_BASE_DIR=$(echo "$BASE_DIR"/*)
61 UNZIPPED_IMAGE_DIR=$(echo "$IMAGES_DIR"/*)
90 LEAF=$(echo "$OUTPUT" | sed -e "s:.*\.zip/::" | sed -e "s:.zip$::")
97 echo "Combined SDK available at $OUTPUT"
101 echo "Unzipped combined SDK available at $OUT_DIR"