chore: Use printenv command in printenv script and refactor
This commit is contained in:
parent
122b55ad4b
commit
1394874993
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# file: print-env.sh
|
|
||||||
# description: Print env variable.
|
|
||||||
|
|
||||||
echo "${ENV}"
|
|
||||||
5
scripts/printenv.sh
Normal file
5
scripts/printenv.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# file: printenv.sh
|
||||||
|
# description: Print all environment variables. Used for debugging.
|
||||||
|
|
||||||
|
printenv | sort
|
||||||
Loading…
Reference in New Issue
Block a user