Compare commits

..

1 Commits

Author SHA1 Message Date
K9T33NwthTookThis
8f865145d6
Merge 003084c8da093a86ccda7e49210ad83b26d39458 into 8db7add11d9c4507297de76c7694922435af170c 2025-07-13 23:26:47 +01:00

View File

@ -41,11 +41,7 @@ getent passwd | while IFS=: read -r name _ uid _ _ _ _; do
awk -v user="$name" '{gsub(user, "[REDACTED]"); print}' /tmp/rpc-dump.txt | tee /tmp/rpc-dump-stripped.txt &>/dev/null
done
read -r -p "Print output? [y, N]: " -t 8 output
if [[ $output == y ]]; then
cat /tmp/rpc-dump-stripped.txt
fi
cat /tmp/rpc-dump-stripped.txt
rm /tmp/rpc-dump.txt
printf "