blob: e38d6e52df49472da1d252011fdba1a6858d7695 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2022 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.
JQ="$1"
SOURCE="$2"
OUTPUT="$3"
"$JQ" '[.[-1]]' "$SOURCE" > "$OUTPUT"