Skip to content

Instantly share code, notes, and snippets.

View michaelbernstein's full-sized avatar

Michael Bernstein michaelbernstein

View GitHub Profile
@michaelbernstein
michaelbernstein / mindstorm.rb
Created March 14, 2011 00:29
Lego Mindstorm Installer Gist
#!/usr/local/bin/ruby
require 'find'
p "This script will copy the contents of your LEGO MINDSTORMS NXT disc to your desktop, make necessary adjustments to the installer for Mac OS X 10.6 and later, and then initiate the MINDSTORMS installer. Please insert the MINDSTORMS NXT disc before you continue. Would you like to continue? (Y/N)"
$name = gets.chomp
if $name[0,1].casecmp("Y") == 0
$NXT_CD_Mounted = false
Dir.entries("/Volumes").each do |path|