Skip to content

Commit 4247928

Browse files
committed
Use xargs
1 parent 8151c7d commit 4247928

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/nvcheck.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
set -e
44

5-
find $1 -name "*.jax" -print | while read line; do
6-
echo Checking $line
7-
nvcheck $line
8-
done
5+
find $1 -name "*.jax" -print | xargs nvcheck

0 commit comments

Comments
 (0)