Skip to content

Instantly share code, notes, and snippets.

@monkeydom
Created February 8, 2012 12:19
Show Gist options
  • Save monkeydom/1768912 to your computer and use it in GitHub Desktop.
Save monkeydom/1768912 to your computer and use it in GitHub Desktop.
Script to create build ramdisk on mac os x
#!/bin/sh
diskutil erasevolume HFS+ "BuildDisk" `hdiutil attach -nomount ram://9323440`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment