Skip to content

Instantly share code, notes, and snippets.

@greduan
Last active December 30, 2015 13:39
Show Gist options
  • Save greduan/7836698 to your computer and use it in GitHub Desktop.
Save greduan/7836698 to your computer and use it in GitHub Desktop.
Bundle and open (in OS X) a node-webkit app
#!/bin/sh
zip app.nw ./*
#xdg-open app.nw
#open app.nw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment