Skip to content

Instantly share code, notes, and snippets.

@vmiller
Created July 25, 2016 11:10
Show Gist options
  • Save vmiller/4331ad8be60121c9340632208fc538e3 to your computer and use it in GitHub Desktop.
Save vmiller/4331ad8be60121c9340632208fc538e3 to your computer and use it in GitHub Desktop.
#!/bin/bash -x
VERSION=24
AUTHCODE=<redacted>
APPPATH="/Applications/IBM/SPSS/Statistics/$VERSION/SPSSStatistics.app/"
cd "$APPPATH/Contents/bin"
"$APPPATH/Contents/PlugIns/jre1.8.0_71.jre/Contents/Home/bin/java" -jar "$APPPATH/Contents/bin/licenseactivator.jar" SILENTMODE CODES=$AUTHCODE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment