Skip to content

Instantly share code, notes, and snippets.

@garrett
Created June 15, 2011 15:51
Show Gist options
  • Save garrett/1027393 to your computer and use it in GitHub Desktop.
Save garrett/1027393 to your computer and use it in GitHub Desktop.
A stupidly simple script to test the Adwaita Firefox theme
#!/bin/bash
cd theme
# I'm using "fastjar" — customize this line to use whatever you're using to make jar files
fastjar cvf ~/.mozilla/firefox/*.default/extensions/{451500c0-902c-11e0-91e4-0800200c9a66}.xpi *
# Switch back to the original dir
cd -
# Silently kill firefox
killall firefox firefox-bin &>/dev/null
# Start Firefox in the background w/ ChromeBug enabled
firefox -chromebug &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment