From 0336cefb0e54a89d535698225bfdda036f89bcb2 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 23 Dec 2009 14:32:33 -0600 Subject: Add lsof 4.82 The free, open-source, Unix administrative tool lsof (for LiSt Open Files) displays information about files open to Unix processes. --- Library/Formula/lsof.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/lsof.rb (limited to 'Library/Formula/lsof.rb') diff --git a/Library/Formula/lsof.rb b/Library/Formula/lsof.rb new file mode 100644 index 000000000..9bd433994 --- /dev/null +++ b/Library/Formula/lsof.rb @@ -0,0 +1,18 @@ +require 'formula' + +class Lsof