Sign in
fuchsia
/
fuchsia
/
c46e161d2d61e35b4d90ed962fa02839309831bb
/
.
/
tools
/
check-licenses
/
license_data.sh
blob: 88d7ae2a31195173d89054f93f858d5ed5242898 [
file
] [
log
] [
blame
]
#!/bin/sh
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
readonly dir
=
"$1"
shift
1
readonly tool
=
"$1"
shift
1
cd
"${dir}"
"${tool}"
$
*