Skip to content

Instantly share code, notes, and snippets.

@caingougou
Created January 22, 2013 02:31
Show Gist options
  • Save caingougou/4591576 to your computer and use it in GitHub Desktop.
Save caingougou/4591576 to your computer and use it in GitHub Desktop.
Generate dummy ipk file
NAME=me
palm-generate -p "{'id':'com.$NAME.hello$1', 'version':'1.0.0', 'vendor':'$NAME', 'title':'Hello world'}" HelloWorld$1
palm-package HelloWorld$1
rm -r HelloWorld$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment