solarized/intellij-colors-solarized/buildjar.sh
Ethan Schoonover 91ed069f07 added intellij subtree project from @jkaving with combined work from @adamv
git-subtree-dir: intellij-colors-solarized
git-subtree-mainline: fd3e7e36c3
git-subtree-split: 474898490a
2011-04-14 14:34:41 -07:00

11 lines
No EOL
235 B
Bash
Executable file

#!/bin/sh
mkdir colors
cp Solarized\ Light.xml colors
cp Solarized\ Dark.xml colors
touch IntelliJ\ IDEA\ Global\ Settings
jar cfM settings.jar IntelliJ\ IDEA\ Global\ Settings colors
rm -r colors
rm IntelliJ\ IDEA\ Global\ Settings