Sign in
android
/
platform
/
external
/
pytorch
/
16ee6409ee
/
.
/
tools
/
linter
/
run_shellcheck.sh
blob: e9d2dd40e8fd6a69e25bdb779367acb0180ce31d [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
find
"$@"
-
name
'*.sh'
-
print0
|
xargs
-
0
-
n1 shellcheck
--
external
-
sources