Skip to content

Instantly share code, notes, and snippets.

@ezhlobo
Created September 30, 2012 10:54
Show Gist options
  • Save ezhlobo/3806451 to your computer and use it in GitHub Desktop.
Save ezhlobo/3806451 to your computer and use it in GitHub Desktop.
Zip vkleaner's files to update extension on chrome web store.
#!/bin/bash
version=`head -n 3 manifest.json | tail -1 | grep -Po '"version": "\K.*?(?=")'`
zip -r -b "./" tmp/webstore/$version.zip * -x "tmp/*"
@ezhlobo
Copy link
Author

ezhlobo commented Sep 30, 2012

Oh god! It's so easy :D.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment