Skip to content

Instantly share code, notes, and snippets.

@digitarald
Created January 20, 2015 22:12
Show Gist options
  • Select an option

  • Save digitarald/f5f6140385207d7334ae to your computer and use it in GitHub Desktop.

Select an option

Save digitarald/f5f6140385207d7334ae to your computer and use it in GitHub Desktop.
Zip current folder into Firefox OS app package for submission, excluding hidden files and other misc files not needed
alias app-zip='zip -Xr ./package.zip ./* -x Makefile package.zip LICENSE install.html package.manifest *.sh META-INF "*\/.*" && open ./'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment