diff options
Diffstat (limited to 'access_env_var.sh')
-rwxr-xr-x | access_env_var.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/access_env_var.sh b/access_env_var.sh new file mode 100755 index 0000000..b7a5b3f --- /dev/null +++ b/access_env_var.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +echo "This is the value of SECRET_VALUE" +echo "${SECRET_VALUE}" |