blob: 3a4e9b009791a197a09f05df66ef5859f7bf4d43 [file] [log] [blame]
#!/bin/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.
set -euxo pipefail
PREFIX="$1"
make
cp fsatrace "$PREFIX"
cp fsatrace.so "$PREFIX"