chore: Use printenv command in printenv script and refactor
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user