Skip to content

Instantly share code, notes, and snippets.

@andrewmcdonough
Created March 31, 2010 09:23
Show Gist options
  • Save andrewmcdonough/350125 to your computer and use it in GitHub Desktop.
Save andrewmcdonough/350125 to your computer and use it in GitHub Desktop.
<...existing universal settings...>
case `uname` in
'Darwin')
# Mac specific settings
<...put Mac specific settings in here...>
# End Mac specific settings
;;
'Linux')
# Linux specific settings
<...put Linux specific settings in here...>
# End Linux specific settings
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment