Skip to content

Instantly share code, notes, and snippets.

@purdrew
Created April 20, 2012 13:10
Show Gist options
  • Save purdrew/2428385 to your computer and use it in GitHub Desktop.
Save purdrew/2428385 to your computer and use it in GitHub Desktop.
#!/bin/sh
COD_FILE='Z:\\Work\\Eclipse\\WSPhoneGap\\sample\\build\\StandardInstall\\CordovaSample.cod.pending'
SIMULATORS="/cygdrive/c/BBWW/simpack"
SIMVER='7.0.0.318'
SIMPATH="$SIMULATORS/$SIMVER"
$SIMPATH/fledgecontroller.exe "/execute=LoadCod($COD_FILE)"
$SIMPATH/fledgecontroller.exe '/execute=LoadCod("updates.force")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment