From 2d6fbc26f0f70dfaff1a04b4e26fa285bcbfcf84 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 12 Mar 2010 11:14:51 +0100 Subject: Added contacts. The utility contacts affords easy access to information in the AddressBook database from the shell. Signed-off-by: Adam Vandenberg --- Library/Formula/contacts.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/contacts.rb (limited to 'Library/Formula/contacts.rb') diff --git a/Library/Formula/contacts.rb b/Library/Formula/contacts.rb new file mode 100644 index 000000000..1b4b3cb94 --- /dev/null +++ b/Library/Formula/contacts.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Contacts