We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1331b07 commit 3d214c8Copy full SHA for 3d214c8
aws-whatismyregion.sh
@@ -1,13 +1,13 @@
1
#!/bin/bash
2
3
# Dependency: requires curl (https://curl.se/)
4
-# Download: https://curl.haxx.se/download.html
+# Install via homebrew: `brew install curl`
5
6
# Dependency: requires jq (https://stedolan.github.io/jq/)
7
-# Download: https://stedolan.github.io/jq/download/
+# Install via homebrew: `brew install jq`
8
9
# Dependency: requires grepcidr (http://www.pc-tools.net/unix/grepcidr/)
10
-# Download: http://www.pc-tools.net/unix/grepcidr/
+# Install via homebrew: `brew install grepcidr`
11
12
# @raycast.schemaVersion 1
13
# @raycast.author Oğuzhan Yılmaz
0 commit comments