Add print-env command to print env variable
This commit is contained in:
parent
2cdb1ca98f
commit
e5695dd229
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}"
|
||||||
Loading…
Reference in New Issue
Block a user