From c58cc3131eff9469f7479714d98d616981ab33d4 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 5 Jan 2021 18:33:41 +0100 Subject: [PATCH] environ: sort and highlight environment variables --- bin/environ | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/environ diff --git a/bin/environ b/bin/environ new file mode 100755 index 0000000..1cc884f --- /dev/null +++ b/bin/environ @@ -0,0 +1,3 @@ +#!/bin/sh +env | sort | grep --color=always -E '^[^=]+=' +