From e5695dd229c6e263cd4de7f2a899bd3d62a181cd Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Thu, 30 Jul 2020 20:19:26 +0100 Subject: [PATCH] Add print-env command to print env variable --- scripts/print-env.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/print-env.sh diff --git a/scripts/print-env.sh b/scripts/print-env.sh new file mode 100644 index 0000000..e755e2e --- /dev/null +++ b/scripts/print-env.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# file: print-env.sh +# description: Print env variable. + +echo "${ENV}" \ No newline at end of file