Skip to content

Instantly share code, notes, and snippets.

@pastak
Created March 26, 2010 13:01
Show Gist options
  • Save pastak/344854 to your computer and use it in GitHub Desktop.
Save pastak/344854 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sfl'
pid = spawn 'C:\Program Files\Mozilla Firefox\firefox.exe'
sleep 60
Process.kill 9, pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment