initial import

This commit is contained in:
2020-12-08 04:32:03 +00:00
commit 2f5cee408d
13 changed files with 203 additions and 0 deletions

13
bgp-he.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title bgp.he.net/asn
# @raycast.argument1 { "type": "text", "placeholder": "ASN" }
# @raycast.mode silent
# @raycast.packageName Network Utilities
# Optional parameters:
# @raycast.icon 🕸
open "https://bgp.he.net/AS${1}"