#!/bin/bash

set -eu
set -o pipefail

install -m 0755 -o root -g root $(dirname $0)/../bin/* /usr/local/bin
