Sign in
gfiber
/
vendor
/
google
/
platform
/
e51f9de0925d02f6f15100f4f2e812b6d5c6ea05
/
.
/
ginstall
/
testdata
/
bin
/
nanddump
blob: 61b122266c917cd02ddff0387e8624eacd4df636 [
file
] [
log
] [
blame
]
#!/bin/bash
exe
=
$
(
basename
"$0"
)
echo
"$exe"
$
*
>>
"$GINSTALL_OUT_FILE"
cat
"$BASH_ARGV"
if
[
!
-
z
"$GINSTALL_TEST_FAIL"
];
then
exit
1
fi
exit
0