Skip to content

Commit

Permalink
chore: renamed testbed script
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Feb 10, 2017
1 parent ee9a400 commit ed57d8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions testbed/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ run_cor=false
# options
usage() {
printf "\n invalid usage"
printf "\n ./rebuild.sh -h -> help"
printf "\n ./rebuild.sh -i -> build ios"
printf "\n ./rebuild.sh -a -> build android"
printf "\n ./rebuild.sh -d -> reset node dependencies"
printf "\n ./rebuild.sh -c -> reset cordova plugin"
printf "\n ./init.sh -h -> help"
printf "\n ./init.sh -i -> build ios"
printf "\n ./init.sh -a -> build android"
printf "\n ./init.sh -d -> reset node dependencies"
printf "\n ./init.sh -c -> reset cordova plugin"
printf "\n"
exit 1
}
Expand Down

0 comments on commit ed57d8f

Please sign in to comment.