aboutsummaryrefslogtreecommitdiff
path: root/access_env_var.sh
diff options
context:
space:
mode:
Diffstat (limited to 'access_env_var.sh')
-rwxr-xr-xaccess_env_var.sh4
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}"