Skip to content

Instantly share code, notes, and snippets.

@famousgarkin
Last active December 1, 2015 15:49
Show Gist options
  • Save famousgarkin/a29d8fde6d025e77b854 to your computer and use it in GitHub Desktop.
Save famousgarkin/a29d8fde6d025e77b854 to your computer and use it in GitHub Desktop.
for f in locale/app/*.json; do data=`cat $f`; echo $data | jase premium.window.updateWidget -d -i $'\t' > $f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment