From 1e7b9697e189a86fee86578cbf04e6d826ab72f0 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 31 Jul 2024 10:54:12 +0800 Subject: [PATCH] feat: check process environment variables --- Justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Justfile b/Justfile index eb687ad5..5d580056 100644 --- a/Justfile +++ b/Justfile @@ -435,6 +435,11 @@ emacs-reload: path: $env.PATH | split row ":" +[linux] +[group('common')] +penvof pid: + sudo cat $"/proc/($pid)/environ" | tr '\0' '\n' + # Remove all reflog entries and prune unreachable objects [group('git')] gitgc: