added scripts folder for tracking

This commit is contained in:
JohnE 2015-07-23 13:17:42 -07:00
parent 1af3038939
commit 677798e4f3
2 changed files with 12 additions and 0 deletions

6
scripts/audio_reload.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
echo "Make sure to quite all sound using applications before running this (i.e. browsers, skype, garageband, etc.)"
sudo kextunload /System/Library/Extensions/AppleHDA.kext
sudo kextload /System/Library/Extensions/AppleHDA.kext
sudo killall coreaudiod
echo "Done, try changing the volume up and down a bit."

6
scripts/launch_android.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
export JAVA_HOME=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home
export STUDIO_JDK=$JAVA_HOME
open /Applications/Android\ Studio.app