From 3f7542e4ceb3122519ed72ed8f2221e60519c459 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 18 Nov 2020 10:22:58 -1000 Subject: whois: add package Better a separate package than enabling it via busybox. Special thanks to @neheb for the Makefile patches. Signed-off-by: Paul Spooren --- utils/whois/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 utils/whois/test.sh (limited to 'utils/whois/test.sh') diff --git a/utils/whois/test.sh b/utils/whois/test.sh new file mode 100644 index 000000000..8d7455c3f --- /dev/null +++ b/utils/whois/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +whois --version | grep "$2" -- cgit v1.2.3