Skip to content

Instantly share code, notes, and snippets.

@fredrikaverpil
Created March 25, 2014 13:50
Show Gist options
  • Save fredrikaverpil/9762213 to your computer and use it in GitHub Desktop.
Save fredrikaverpil/9762213 to your computer and use it in GitHub Desktop.
GUI or batch mode? #mel
if(!`about -batch`) {
// GUI commands go in here and are skipped in batch mode
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment