Add print-env command to print env variable
This commit is contained in:
5
scripts/print-env.sh
Normal file
5
scripts/print-env.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# file: print-env.sh
|
||||||
|
# description: Print env variable.
|
||||||
|
|
||||||
|
echo "${ENV}"
|
||||||
Reference in New Issue
Block a user