From 2a6aef77afffdd7a822597261d3b8fe45efc22d7 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Wed, 13 Oct 2010 13:42:32 -0700 Subject: [PATCH] ifstat, with patch to run on 64bit as well Signed-off-by: Adam Vandenberg --- Formula/ifstat.rb | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Formula/ifstat.rb diff --git a/Formula/ifstat.rb b/Formula/ifstat.rb new file mode 100644 index 00000000000..955a8aecb35 --- /dev/null +++ b/Formula/ifstat.rb @@ -0,0 +1,44 @@ +require 'formula' + +class Ifstat