#!/bin/sh

mkdir -p /etc/bash_completion.d
arduino-cli completion bash > /etc/bash_completion.d/arduino-cli.bash || true
