adding benchmarking automation

This commit is contained in:
brianleroux
2011-09-01 13:11:01 -07:00
parent 9aacb7f811
commit e7f206b598
4 changed files with 33 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@
# USAGE
# ./create [path package activity]
#
set -e
PROJECT_PATH=${1:-"./example"}
PACKAGE=${2:-"com.phonegap.example"}
ACTIVITY=${3:-"PhoneGapExample"}