6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Check if the required environment variable(s) is/are set
|
|
: ${ENV_1}:?"Environment variable ENV_1 is required."
|
|
|