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:
I hereby claim:
To claim this, I am signing this object:
| #!/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 |