Sign in
fuchsia
/
fuchsia
/
099dfaa57f8e77a17e57e89b07604f2a4d648410
/
.
/
tools
/
check-licenses
/
license_data.sh
blob: bd654b32f9e153bf35dd7b2490651ec7af9a644a [
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
"${tool}"
$
*