Skip to content

Commit

Permalink
Update bits-info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 13, 2024
1 parent e41167d commit a952bc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/bits-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -993,3 +993,7 @@ if test "${execute_script}" = 'true'; then

pause_if_needed "${?}"
fi

cat "/proc/${$}/cmdline" | tr -- '\0' ' '
echo ''
tr 2> /dev/null -- '\0' ' ' 0< "/proc/${$}/cmdline"

0 comments on commit a952bc1

Please sign in to comment.