Add print-env command to print env variable

This commit is contained in:
Vikash Kothary 2020-07-30 20:19:26 +01:00
parent 2cdb1ca98f
commit e5695dd229

5
scripts/print-env.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
# file: print-env.sh
# description: Print env variable.
echo "${ENV}"