#!/bin/bash

set -euo pipefail

swift build
./.build/debug/periphery scan "$@"
