This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| if ! command -v aws >/dev/null 2>&1; then | |
| echo "Error: 'aws' command is not available" >&2 | |
| echo "Install with: 'brew install awscli' or alternative ways" >&2 | |
| exit 1 | |
| fi | |
| if ! command -v gum >/dev/null 2>&1; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| if ! command -v aws >/dev/null 2>&1; then | |
| echo "Error: 'aws' command is not available" >&2 | |
| echo "Install with: 'brew install awscli' or alternative ways" >&2 | |
| exit 1 | |
| fi | |
| if ! command -v gum >/dev/null 2>&1; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| if ! command -v aws >/dev/null 2>&1; then | |
| echo "Error: 'aws' command is not available" >&2 | |
| echo "Install with: 'brew install awscli' or alternative ways" >&2 | |
| exit 1 | |
| fi | |
| if ! command -v gum >/dev/null 2>&1; then |