Skip to content

Instantly share code, notes, and snippets.

View kblum's full-sized avatar

Konrad Blum kblum

View GitHub Profile
@kblum
kblum / jetbrains_jvm_change.sh
Last active November 23, 2015 12:53 — forked from dannyfallon/rubymine_jdkchange.sh
JetBrains IDE JVM Version Change.
#!/usr/bin/env bash
set -e
if [ -z "$1" ]; then
echo "Must specify app name as argument; exiting"
exit
fi
APP_NAME=`echo "$1" | tr '[:upper:]' '[:lower:]'` # convert to lowercase