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: