2020-12-08 04:32:03 +00:00

14 lines
277 B
Bash
Executable File

#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title whois
# @raycast.argument1 { "type": "text", "placeholder": "Query" }
# @raycast.mode fullOutput
# @raycast.packageName Network Utilities
# Optional parameters:
# @raycast.icon ⁉️
whois ${1}