Skip to content

Instantly share code, notes, and snippets.

View chneeb's full-sized avatar

Christian Neeb chneeb

View GitHub Profile

Keybase proof

I hereby claim:

  • I am chneeb on github.
  • I am chneeb (https://keybase.io/chneeb) on keybase.
  • I have a public key whose fingerprint is 252F 8267 1C3E 6AA1 2CA1 7BBE EFFF DE16 E128 3D81

To claim this, I am signing this object:

@chneeb
chneeb / osx_uninstall.rb
Created May 21, 2011 18:03
The missing uninstaller for Mac OS X
#!/usr/bin/ruby -w
require 'fileutils'
include FileUtils::Verbose
def lsbom(bom, relocated_path = nil)
files = []
IO.popen("lsbom -s \"#{bom}\"") do |pipe|
while line = pipe.gets