Skip to content

Commit

Permalink
updated foreach_path_bin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 8, 2025
1 parent 9428ab4 commit 55815f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/foreach_path_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ while read -r binary; do
echo "# $binary" >&2
echo "# ============================================================================ #" >&2
echo >&2
ls -l "$binary"
echo >&2
"$binary" "$@"
echo >&2
echo >&2
Expand Down

0 comments on commit 55815f4

Please sign in to comment.