From 0081253ca856bfca1c17b6bcf712295b858f08fd Mon Sep 17 00:00:00 2001 From: Paul Leonard Date: Tue, 2 Nov 2010 08:31:51 -0500 Subject: Add tcping This is a new brew formula for tcping, a utility that performs ping-line connect() operations to a given IP/port combination. Signed-off-by: Adam Vandenberg Fixes #3029 --- Library/Formula/tcping.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/tcping.rb (limited to 'Library/Formula') diff --git a/Library/Formula/tcping.rb b/Library/Formula/tcping.rb new file mode 100644 index 000000000..c4d2efd83 --- /dev/null +++ b/Library/Formula/tcping.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Tcping