diff options
author | Paul Spooren <mail@aparcar.org> | 2020-11-18 10:22:58 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2020-11-20 08:24:38 -1000 |
commit | 3f7542e4ceb3122519ed72ed8f2221e60519c459 (patch) | |
tree | c71a0d9cd7cc16854de0c0f13e7e74e731a44005 /utils/whois/test.sh | |
parent | fd5cb376b52155a814dea23a83d763def6419c8a (diff) |
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 <mail@aparcar.org>
Diffstat (limited to 'utils/whois/test.sh')
-rw-r--r-- | utils/whois/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" |