From 2ccb7476b6916e74e2866d43308ce56971a1f468 Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:38:15 +0200 Subject: [PATCH] add details --- dot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot b/dot index 6c2a942..38b1c13 100755 --- a/dot +++ b/dot @@ -73,6 +73,11 @@ run_crate() { done } +echo "# details:" +echo "# user: $USER ($UID)" +echo "# groups: $(groups)" +echo "# distro: $(curr_distro)" + if [ $# -eq 2 ]; then [ -d crates/*$1 ] || exit 1 cd crates/*$1