Skip to content

Instantly share code, notes, and snippets.

@gilesbowkett
Created October 12, 2014 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilesbowkett/c71c416af8512dd69e99 to your computer and use it in GitHub Desktop.
Save gilesbowkett/c71c416af8512dd69e99 to your computer and use it in GitHub Desktop.
# only open After Effects if cache hard drive is plugged in
function fx() {
if [ -d /Volumes/Vanniman\ Time\ Machine/ ]
then
open -a Adobe\ After\ Effects\ CC
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment