blob: 510730919ca2a319ecf50e54c5da4af4cf1d455b [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#!/bin/bash
set -eu
# Copy binary into /usr/bin and chmod 0755
binary="$1"
cp $binary /usr/bin
chmod 0755 /usr/bin/"$(basename -- $binary)"